You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, as title suggests I'm trying to use a pre-recorded .wav file as audio source and publish it's data as a signed int16[] or byte[] audio stream, to /audio (or /audio/audio) topic.
Documentation seems to ignore this case, even though it's stated in description of "audio_capture" package.
The text was updated successfully, but these errors were encountered:
antondim
changed the title
Audio_capture not from a device, but straing from wav file (source is a .wav file not microphone)
Audio_capture not from a device, but straight from wav file (source is a .wav file not microphone)
Oct 6, 2020
It would be easier for me to manipulate audio (devices, stream, data) through python, so I was thinking to call an extra python node via the audio capture launchfile . This node would publish the stream data from python's pyaudio module to a separate topic etc etc . But ok, will look into it in my free time
Hello, as title suggests I'm trying to use a pre-recorded .wav file as audio source and publish it's data as a signed int16[] or byte[] audio stream, to /audio (or /audio/audio) topic.
Documentation seems to ignore this case, even though it's stated in description of "audio_capture" package.
The text was updated successfully, but these errors were encountered: