Firelight Technologies FMOD Studio API
Record enumeration example
This example shows how to enumerate the available recording drivers on this device. It demonstrates how the enumerated list changes as microphones are attached and detached. It also shows that you can record from multi mics at the same time.
Please note to minimize latency care should be taken to control the number of samples between the record position and the play position. Check the record example for details on this process.
Location
The example is located at api/lowlevel/examples/record_enumeration.cpp.