Home | History | Annotate | Download | only in ffmpeg

Lines Matching defs:samples_per_second

46             const string& file_format, const int32 samples_per_second,
56 ffmpeg::ReadAudioFile(temp_filename, file_format, samples_per_second,
130 "samples_per_second must be a rank-0 tensor but got shape ",
141 const int32 samples_per_second =
152 OP_REQUIRES(context, samples_per_second > 0,
154 "samples_per_second must be positive, but got: ",
155 samples_per_second));
161 Decode(context, contents, file_format, samples_per_second, channel_count,
175 .Input("samples_per_second: int32")
199 having `1/samples_per_second` time between them. If the `channel_count` is
206 samples_per_second: The number of samples per second that the audio
265 .Attr("samples_per_second: int")
282 having `1/samples_per_second` time between them. If the `channel_count` is
290 samples_per_second: The number of samples per second that the audio should have.