Skip to content

Commit

Permalink
Add doc for sampleRate param
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Nov 26, 2020
1 parent fb1b811 commit 41b5733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/LiveEffect/src/main/cpp/LiveEffectEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ oboe::Result LiveEffectEngine::openStreams() {
* playback stream.
*
* @param builder The recording stream builder
* @param sampleRate The desired sample rate of the recording stream
*/
oboe::AudioStreamBuilder *LiveEffectEngine::setupRecordingStreamParameters(
oboe::AudioStreamBuilder *builder, int32_t sampleRate) {
Expand Down

0 comments on commit 41b5733

Please sign in to comment.