Skip to content

Commit f25a0a7

Browse files
committed
Use flac in test_num_channels
1 parent b7b0ea9 commit f25a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def test_num_channels(
439439

440440
sample_rate = 16_000
441441
source_samples = torch.rand(num_channels_input, 1_000)
442-
format = "mp3"
442+
format = "flac"
443443

444444
encoder = AudioEncoder(source_samples, sample_rate=sample_rate)
445445
params = dict(num_channels=num_channels_output)

0 commit comments

Comments
 (0)