Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output pure text. #279

Open
WhineyMonkey10 opened this issue Oct 2, 2024 · 2 comments
Open

Output pure text. #279

WhineyMonkey10 opened this issue Oct 2, 2024 · 2 comments
Assignees
Labels
Feature Request New feature or request

Comments

@WhineyMonkey10
Copy link

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.

@WhineyMonkey10
Copy link
Author

My current code:

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

)

client()

@xSlikZodiac
Copy link

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.

@makaveli10 makaveli10 self-assigned this Nov 11, 2024
@makaveli10 makaveli10 added the Feature Request New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Development

No branches or pull requests

3 participants