UVC4UnityAndroid icon indicating copy to clipboard operation
UVC4UnityAndroid copied to clipboard

Get Audio From Webcam

Open Yarwad opened this issue 1 year ago • 2 comments

Hey excellent work. Is there any way I can use the library to get audio from the webcam? I need the audio capture to come from the camera and not the phone mic. Thanks for your help!

Yarwad avatar Feb 29 '24 18:02 Yarwad

Experimentally add UAC functionality on latest commit. Currently plugin passes audio stream from UAC to AudioClip and playback using AudioSource and AudioListener but unfortunatelly audio system of Unity has long delay(100-200ms) than real stream. If you want to get raw audio stream / use other audio system(something like a native Android audio), please see plugin code in this repository(available in UVCManager).

saki4510t avatar Mar 14 '24 13:03 saki4510t

Okay awesome, thanks I'll check it out!

Yarwad avatar Mar 19 '24 16:03 Yarwad