Skip to content

Commit

Permalink
Merge branch 'master' into feature/auditok_vad
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Louradour committed Nov 15, 2023
2 parents 59a530d + 0e437fd commit eda426b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file added tests/data/japanese.mp3
Binary file not shown.
13 changes: 7 additions & 6 deletions tests/test_transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,12 +478,13 @@ def test_monolingual_tiny(self):

def test_monolingual_small(self):

self._test_cli_(
["--model", "small.en", "--condition", "True", "--efficient"],
"small.en",
files=["arabic.mp3"],
device_specific=True,
)
if os.path.exists(self.get_data_path("arabic.mp3", check=False)):
self._test_cli_(
["--model", "small.en", "--condition", "True", "--efficient"],
"small.en",
files=["arabic.mp3"],
device_specific=True,
)


class TestTranscribeWithVad(TestHelperCli):
Expand Down

0 comments on commit eda426b

Please sign in to comment.