Open
Description
Here is my code:
_this.recorder = new WebAudioRecorder(_this.input, {
workerDir: "js/", // must end with slash
encoding: _this.encodingType,
numChannels:2, //2 is the default, mp3 encoding supports only 2
onEncoderLoading: function(recorder, encoding) {
},
onEncoderLoaded: function(recorder, encoding) {
}
});
I want to save mono MP3s to save storage space and speed up data transfer.
Metadata
Metadata
Assignees
Labels
No labels