audio
audio copied to clipboard
Do not use channel_layout in StreamReader
We only care about the number of channels, so no need to create channel_layout.
One can directly pass the number of channels to filter.
Also int64 channel_layout is a deprecated attributes.
PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3771
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:x: 8 New Failures
As of commit 58571d21922543efd226141751532f39b6e13151 with merge base 1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 ():
NEW FAILURES - The following jobs have failed:
- Build documentation / build / Build doc (gh)
##[error]The operation was canceled. - Integration Test / build (3.8) (gh)
Process completed with exit code 1. - Unit-tests on Linux CPU / tests (3.10) / linux-job (gh)
##[error]The operation was canceled. - Unit-tests on Linux CPU / tests (3.8) / linux-job (gh)
##[error]The operation was canceled. - Unit-tests on Linux CPU / tests (3.9) / linux-job (gh)
##[error]The operation was canceled. - Unit-tests on Macos CPU / tests / macos-job (gh)
##[error]The operation was canceled. - Unittests on Windows CPU / unittests-windows-cpu / windows-job (gh)
torchaudio_unittest\io\stream_writer_test.py::StreamWriterCorrectnessTest::test_filter_graph_audio - Unittests on Windows GPU / unittests-windows-gpu / windows-job (gh)
torchaudio_unittest\io\stream_writer_test.py::StreamWriterCorrectnessTest::test_filter_graph_audio
This comment was automatically generated by Dr. CI and updates every 15 minutes.