We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you know, how to reduce file size, ie by dropping quality. When I put SampleRate from 44100 to e.g. 16000 - the sound is Slower/Tuned downed.
Is there a way to create lower quality / small file?
The text was updated successfully, but these errors were encountered:
How did you try to change the sample rate?
The sampleRate variable used in a fair few places and the WAV encoder is pretty low level, so might need to tweak the code in a few places: https://github.com/daaain/JSSoundRecorder/search?q=sampleRate
sampleRate
Sorry, something went wrong.
in the File "js/lib/recorder.js"
worker.postMessage({ command: 'init', config: { sampleRate: 16000 /// this.context.sampleRate; } });
JSSoundRecorder/js/lib/recorder.js
Line 14 in c9313f7
For the reference, my context is printed as 48k
recorder - init - target Rate = 16000 | context = 48000
No branches or pull requests
Do you know, how to reduce file size, ie by dropping quality.
When I put SampleRate from 44100 to e.g. 16000 - the sound is Slower/Tuned downed.
Is there a way to create lower quality / small file?
The text was updated successfully, but these errors were encountered: