Ambisonic WAV Writer
This component will generate a WAV file containing the Ambisonics audio that was captured by the AmbisonicSource components.
The WAV Writer will start collecting audio when the main CaptureFrom component begins capturing, so that the audio will be in sync with the video captured.
Properties
Property | Function |
---|---|
Capture | The CaptureFrom component to use for starting and stopping this audio capture |
Order | The ambisonic order to encode with. Higher orders require more audio channels but have improved spatialisation. The WAV file will have 4 channels for 1st order, 9 channels for 2nd order, and 16 channels for 3rd order Ambisonics. |
Format | Whether to use FUMA or SN3D channel ordering and normalisation standards |
Filename | The filename to output (eg audio.wav). The file will be stored relative to Unity's Application.persistentDataPath |
Buffer Count | Number of buffers to allocate for performance |