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
The default version of auditok installed now is 0.3.0. (pip install auditok)
Use vad=auditok ERROR:
return whisper_timestamped.transcribe(
File "/anaconda/envs/test/lib/python3.10/site-packages/whisper_timestamped/transcribe.py", line 296, in transcribe_timestamped
audio, vad_segments, convert_timestamps = remove_non_speech(audio, method=vad, sample_rate=SAMPLE_RATE, plot=plot_word_alignment, avoid_empty_speech=True)
File "/anaconda/envs/test/lib/python3.10/site-packages/whisper_timestamped/transcribe.py", line 2110, in remove_non_speech
segments = get_vad_segments(
File "/anaconda/envs/test/lib/python3.10/site-packages/whisper_timestamped/transcribe.py", line 2044, in get_vad_segments
segments = [{"start": s._meta.start * sample_rate, "end": s._meta.end * sample_rate} for s in segments]
File "/anaconda/envs/test/lib/python3.10/site-packages/whisper_timestamped/transcribe.py", line 2044, in <listcomp>
segments = [{"start": s._meta.start * sample_rate, "end": s._meta.end * sample_rate} for s in segments]
AttributeError: 'AudioRegion' object has no attribute '_meta'. Did you mean: 'meta'?
Rollback version (pip install auditok==0.2.0), it's OK.
The text was updated successfully, but these errors were encountered:
The default version of auditok installed now is 0.3.0. (
pip install auditok
)Use vad=auditok ERROR:
Rollback version (
pip install auditok==0.2.0
), it's OK.The text was updated successfully, but these errors were encountered: