We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f1fe4 commit ec796fbCopy full SHA for ec796fb
benchmarks/decoders/benchmark_audio_decoders.py
@@ -71,7 +71,7 @@ def get_duration(path: Path) -> str:
71
72
73
def decode_with_torchcodec(path: Path) -> None:
74
- AudioDecoder(path).get_samples_played_in_range(start_seconds=0, stop_seconds=None)
+ AudioDecoder(path).get_all_samples()
75
76
77
def decode_with_torchaudio_StreamReader(path: Path) -> None:
0 commit comments