Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
52a18a9e
"src/vscode:/vscode.git/clone" did not exist on "9ff72433fa5a4d9f9e2f2c599e394480b581c614"
Unverified
Commit
52a18a9e
authored
Aug 23, 2020
by
moto
Committed by
GitHub
Aug 23, 2020
Browse files
Remove default compression level test for mp3 (#886)
parent
080cd303
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/torchaudio_unittest/sox_io_backend/save_test.py
test/torchaudio_unittest/sox_io_backend/save_test.py
+1
-1
No files found.
test/torchaudio_unittest/sox_io_backend/save_test.py
View file @
52a18a9e
...
@@ -235,7 +235,7 @@ class TestSave(SaveTestBase):
...
@@ -235,7 +235,7 @@ class TestSave(SaveTestBase):
@
parameterized
.
expand
(
list
(
itertools
.
product
(
@
parameterized
.
expand
(
list
(
itertools
.
product
(
[
8000
,
16000
],
[
8000
,
16000
],
[
1
,
2
],
[
1
,
2
],
[
None
,
-
4.2
,
-
0.2
,
0
,
0.2
,
96
,
128
,
160
,
192
,
224
,
256
,
320
],
[
-
4.2
,
-
0.2
,
0
,
0.2
,
96
,
128
,
160
,
192
,
224
,
256
,
320
],
)),
name_func
=
name_func
)
)),
name_func
=
name_func
)
def
test_mp3
(
self
,
sample_rate
,
num_channels
,
bit_rate
):
def
test_mp3
(
self
,
sample_rate
,
num_channels
,
bit_rate
):
"""`sox_io_backend.save` can save mp3 format."""
"""`sox_io_backend.save` can save mp3 format."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment