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
Add an audio function to retrieve the audio data since last time.
Without it, `stream --save-audio` produces somehow choppy wav:
`stream` calculates t_diff in milliseconds
and combine audio pieces which are about step_ms long.
WHISPER_SAMPLE_RATE / 1000 == only 16
but surprisingly human ears seem to be able to hear the gap
as a noise.
0 commit comments