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

Audio Recording from godot #15967

Merged
merged 2 commits into from
Jul 26, 2018
Merged

Commits on Jul 26, 2018

  1. Audio Recording module

    Implements an Audio bus effect that outputs the audio from the bus into a wav file
    
    Now channels audio recording into an AudioStreamSample instead of saving to wav
    Tugsav committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    cd2070c View commit details
    Browse the repository at this point in the history
  2. AudioStreamSample can now be saved to a WAV file

    8 and 16 bit sample saving has been implemented.
    Tugsav committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    adb43b6 View commit details
    Browse the repository at this point in the history