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
client = TranscriptionClient(
host="213.55.161.138",
port=9090,
lang="en",
translate=False,
model="small",
use_vad=False,
save_output_recording=False, # Only used for microphone input, False by Default
output_recording_filename="./output_recording.wav", # Only used for microphone input
i dont think thats natively supported. You would need to open up the package and find client.py, find the relevant SRT functions and modify them directly.
Hello!
When saving the output, it puts it in a subtitle format. How can I put it just the raw text so I can process to see if a wake word was said.
The text was updated successfully, but these errors were encountered: