Skip to content
New issue

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

Added MP3 file support #79

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 25, 2014

  1. Add mp3 encoder library

    mayppong committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    d7e5a46 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Add MP3 support

    Based off of the code from welll/record-encode-audio-from-browser, I’ve
    clean it up and integrate it to this code using similar function names
    and coding style. Will update the README and make a pull request to be
    merged back!
    mayppong committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    211c62d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. Update documentation and comments

    Get it ready for a pull request.
    mayppong committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    265d3cc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Correct licensing

    Because I just found out that akrennmair/libmp3lame-js is licensed
    under LGPL which is in conflict with the original license of the
    project. The license note should reflect this.
    Also add a quick note to warn about licensing conflict, and clarify the
    separate worker for different output format.
    mayppong committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    619f362 View commit details
    Browse the repository at this point in the history