mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-15 07:05:48 +01:00
5 lines
131 B
Python
5 lines
131 B
Python
import os.path
|
|
|
|
test_audio_path = os.path.abspath(
|
|
os.path.join(os.path.dirname(__file__), "../testdata/whisper-french.mp3")
|
|
)
|