Python audio transcriber, manages the audio transcription process, sending audio data to the Python server, and displaying the transcribed text.
More...
Python audio transcriber, manages the audio transcription process, sending audio data to the Python server, and displaying the transcribed text.
◆ PythonAudioTranscriber()
◆ FloatArrayToByteArray()
| byte[] PythonAudioTranscriber.FloatArrayToByteArray |
( |
float[] | floatArray | ) |
|
|
inline |
Converts a float array to a byte array.
- Parameters
-
| floatArray | The float array to convert. |
- Returns
- The byte array.
◆ SendAudioData()
| void PythonAudioTranscriber.SendAudioData |
( |
| ) |
|
|
inline |
Sends audio data to the Python server, first encoding the audio data to Opus format.
The documentation for this class was generated from the following file: