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

Support the Replit Audio messages #1525

Closed
wants to merge 2 commits into from

Commits on Mar 27, 2021

  1. first draft audio support

    tinyzimmer authored and lhchavez committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    64d84ea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Support the Repl.it Audio messages

    This change:
    
    a) Adds a button to toggle the audio stream. This is needed since most
       browsers require the audio play action to be run in a user event
       handler, so having the toggle audio be an explicit button achieves
       that (and is also to avoid annoying users).
    b) Drops support for the QEMU audio extension and instead uses the
       Repl.it Audio messages, which allows for explicit negotiation for
       audio compression.
    c) Makes the audio library more robust and now works in Chrome and
       Firefox.
    lhchavez committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    70c57e8 View commit details
    Browse the repository at this point in the history