gtreshchev / RuntimeAudioImporter

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
MIT License
336 stars 69 forks source link

Is there a way for me to take the recorded audio data from the microphone and output it as a byte array? Because this is how I want to send an audio stream to a web server for real-time speech recognition. It's streaming in real time #39

Closed Lemondogdog closed 1 year ago

Lemondogdog commented 1 year ago

Is there a way for me to take the recorded audio data from the microphone and output it as a byte array? Because this is how I want to send an audio stream to a web server for real-time speech recognition. It's streaming in real time

gtreshchev commented 1 year ago

It is possible to export audio data from a captured sound wave, which is used to record audio data from input devices such as a microphone. You can export the audio data using the corresponding export functions.