Skip to content

Commit

Permalink
use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Oct 10, 2023
1 parent 7f82114 commit f88335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vad_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# online
in_cache = []
speech, sample_rate = AudioReader.read_wav_file("vad_example.wav")
speech, sample_rate = AudioReader.read_wav_file("test/vad_example.wav")
speech_length = speech.shape[0]

sample_offset = 0
Expand Down

0 comments on commit f88335d

Please sign in to comment.