Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

DowsampleRate 48000 Hz to 8000 Hz

Open eudoprimo opened this issue 9 years ago • 3 comments

hello! i want dowsample of 48000 Hz to 8000 Hz and 8 bits. how to solve this ?

eudoprimo avatar Jan 09 '16 15:01 eudoprimo

If you want to downsample the export, this can be done by modifiying exportWav and encodeWav methods in recorder.js

i have a working example with 16000 at https://github.com/hkuhn42/Recorderjs/tree/hkuhn4-downsample. Just find-replace the 16000 with 8000

hkuhn42 avatar Jan 09 '16 17:01 hkuhn42

@hkuhn42 so... how to export example with 16000.i use your code but it is still 44100

GainSury avatar Dec 28 '16 06:12 GainSury

this demo can change output sampleRate https://www.cnblogs.com/shanshuidaoren/p/6530890.html

doraddl avatar Mar 17 '18 11:03 doraddl