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 5f2800a commit 2f020f2Copy full SHA for 2f020f2
src/torchcodec/decoders/_core/VideoDecoder.h
@@ -221,6 +221,7 @@ class VideoDecoder {
221
double startSeconds,
222
double stopSeconds);
223
224
+ // TODO-AUDIO: Should accept sampleRate
225
torch::Tensor getFramesPlayedInRangeAudio(
226
227
std::optional<double> _stopSeconds = std::nullopt);
0 commit comments