I would like to stream audio from my microphone to a Streaming AudioPlayer instance in A2F, but test_client.py only shows how to send FILES to A2F, not a live input.
Can anyone please point to a client/script that I can easily adapt for this purpose? Thanks!
he / him | LinkedIn | Discord ID: Prof E#2041
Community Engagement for Omniverse: " A New Era of Digital Twins & Virtual Worlds with NVIDIA Omniverse" Video
What is NVIDIA Omniverse? Video | Check out the “Meet the Omnivore” blog series here
PLEASE NOTE: If you are reporting a bug/issue, please provide OS, GPU, GPU Driver, the version of the app, and full log file (if applicable). For crashes, please zip and provide a link to your logs → C:\Users\ [YOUR NAME] \ .nvidia-omniverse\logs
@adammpolak Have you tried the soundcard python package? It reads from microphone input and provides the data in the same format as PySoundfile which is used in the audio streaming example.