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
I noticed livestream.sh for live stream transcription. I want to suggest below model:
a) Use ffmpeg segmenter (-f segment) to output .wav or .aac files.
b) Use inotify to track file write operation close for segments.
c) When a .wav / .aac file is write operation complete, run whisper to convert to text and delete the segment (chunk).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi There,
I noticed livestream.sh for live stream transcription. I want to suggest below model:
a) Use ffmpeg segmenter (-f segment) to output .wav or .aac files.
b) Use inotify to track file write operation close for segments.
c) When a .wav / .aac file is write operation complete, run whisper to convert to text and delete the segment (chunk).
Kind Regards,
Beta Was this translation helpful? Give feedback.
All reactions