ValveSoftware / steam-audio

Steam Audio
https://valvesoftware.github.io/steam-audio/
Apache License 2.0
2.2k stars 152 forks source link

Can this SDK capture audio data in XR Applications? #263

Open dayongliqq opened 1 year ago

dayongliqq commented 1 year ago

Does Steam Audio have interface to capture audio data in XR Applications? Or does it capture audio data internally in its source code?

Thanks

lakulish commented 1 year ago

Steam Audio's API is designed for processing audio data obtained by the application using whatever audio capture/rendering pipeline it uses. Audio captured from a microphone must be separately retrieved by the application and provided to Steam Audio. This design allows Steam Audio to be used on multiple platforms with a wide range of audio engines.

Hope this helps!