Skip to content

Audio-convert, audio-encode #28

Open
@dy

Description

@dy

There is web-audio-recorder-js, lamejs, av, wave-recorder and probably other encoders. Same time we have audio-decode.

In the upcoming audio release there is going to be download or save method, returning OS-land audio file. The problem is that it seems there is not many MIME-types available for encoding audio in browser (see MediaRecorder.isTypeSupported), though we can safely provide ogg/wav not bloating the size of bundle (with audiobuffer-to-wav or alike).

For that purpose I'd suggest implementing audio-convert, (similar to color-convert), right after audio-encode. That way we can safely delegate re-coding to user and avoid too big size of audio package by forcing output encoding, say, ogg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions