Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.67 KB

audio_info.md

File metadata and controls

23 lines (14 loc) · 1.67 KB

Audio Capture

Audio Settings

  1. To select the audio input you would like to use, go into the configuration mode either by:

    • run vrecord -e
    • clicking on the "Edit Settings" button in the GUI (run vrecord)
  2. Switch from the "Decklink" tab to the "AUDIO" tab under "Input Options" at the top of the configuration window.

Audio Mode

  1. Select the name of the Audio device you want to use from the list.

  2. Select desired capture settings. IMPORTANT NOTE: These settings will behave slightly differently depending on what system you are on and/or your device.

  • macOS: These settings all relate to the OUTPUT file and do not control the capture settings of your device. It is necessary to set the desired capture sample rate and bit depth either via your device's dedicated software, or through the Audio MIDI Setup configuration panel.
  • Linux: The sample rate selected in this window will be passed to your device and is both the input sample rate for controlling the device as well as applied to the output file. The bit depth selected here will be used for the output file, with vrecord's input defaulting to PCM signed 32-bit little-endian audio (subject to limitations of your device).
  • Blackmagic device: Using a Blackmagic device will always lock output (and input) to 48kHz. Desired bit depth of output file can still be specified.
  1. Specify the playback, sidecar, file naming, recording event and directory options as you normally would for vrecord. For details see Editing Settings

  2. Click "OK" to save.