diff --git a/src/board/audio/index.ts b/src/board/audio/index.ts index 6c6beeb..7e8256e 100644 --- a/src/board/audio/index.ts +++ b/src/board/audio/index.ts @@ -300,8 +300,8 @@ class BufferedAudio { // In practice the supported range is less than the 8k..96k required by the spec if (sampleRate < 8_000 || sampleRate > 96_000) { // We need to resample - //sampleRate = this.resampler.outputSampleRate; - //data = this.resampler.full(data); + sampleRate = this.resampler.outputSampleRate; + data = this.resampler.full(data); } console.log( "Using actual rate",