Skip to content

How to record audio with mono MP3 output format #36

Open
@kamshory

Description

@kamshory

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions