mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-06-04 06:52:25 +00:00
9 lines
262 B
Python
9 lines
262 B
Python
import os.path
|
|
|
|
test_audio_path = os.path.abspath(
|
|
os.path.join(os.path.dirname(__file__), "../testdata/whisper-french.mp3")
|
|
)
|
|
|
|
test_multibyte_utf8_audio_path = os.path.abspath(
|
|
os.path.join(os.path.dirname(__file__), "../testdata/whisper-latvian.wav")
|
|
) |