film-tv-toolbox/AudioRecorder
Marie Fetiveau c152f37226 Update AudioRecorder doc 2019-05-23 13:56:33 -04:00
..
Sources/Recorders/AudioRecorder AudioRecorder initial commit 2018-12-19 09:44:17 -05:00
bin AudioRecorder initial commit 2018-12-19 09:44:17 -05:00
documentation AudioRecorder initial commit 2018-12-19 09:44:17 -05:00
README.md Update AudioRecorder doc 2019-05-23 13:56:33 -04:00

README.md

Audio Recorder

A rudimentary proof-of-concept AudioRecorder running on top of our Recorder package. It only encodes WAV files and has no options except for the standard file output variables.

Hacked together by Jerome Maurey-Delaunay.
WAV Encoder provided by Dominique Leroux.

Unity package download. /!\ This unitypackage only works with old Asset Store Recorder. AudioRecorder is planed to be released as part of official Recorder in 2.0.1-preview.

How to Use

  • Create a new project
  • Import the audio files you'd like to test.
  • Make sure their import settings are set to PCM and Preserve Sample Rate (to preserve original quality). import settings
  • Create a Timeline audio edit as you normally do.
  • Import the Unity Recorder package from the Asset Store.
  • Import the AudioRecorder Package.
    AudioRecorder package
  • Add an Audio recorder in the Recorder window.
    Add AudioRecorder
  • Press Start Recording to begin capturing the audio to file.

Good to know

  • Audio Recorder package takes into account the Audio Manager Settings for Default Speaker Mode. If set to Mono, the recorder will use a single channel to export the audio.
    Default speaker mode

  • This does not encode based on an individual clip's channel count, but capturing the player's global output using the settings in the Audio Manager.