Commit Graph

6 Commits

Author SHA1 Message Date
Laurent Mazare
07729ed47e
Use the proper repos when vad is on. (#103) 2025-08-01 15:55:49 +02:00
Laurent Mazare
ab8e8c59b7
Bump the version numbers. (#91) 2025-07-19 15:57:53 +02:00
laurent
6d3bb6b1f1 Avoid the config override for the extra-heads. 2025-07-08 15:39:17 +02:00
Laurent Mazare
12dbe36b0b
Add some VAD to the pytorch speech-to-text example. (#68) 2025-07-08 11:30:34 +02:00
Pierre-Hugues HUSSON
3a4165a84f
Fix stt_from_file_pytorch (#39)
1. argparse declares in_file, but code reads file
2. text_tokens.numpy().tolist() is a list of list of list of int
instead of the supported list of list of int.
this is a debugging print just drop it

Co-authored-by: Pierre-Hugues Husson <phhusson@freebox.fr>
2025-07-03 15:26:34 +02:00
Václav Volhejn
433dca3751
Shorter names for STT scripts (#30) 2025-07-02 18:21:42 +02:00