HomeSort by relevance Sort by last modified time
    Searched refs:CreateAudioFile (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/ffmpeg/
ffmpeg_lib.h 52 Status CreateAudioFile(const string& audio_format_id, int32 bits_per_second,
encode_audio_op.cc 42 context, CreateAudioFile(file_format, bits_per_second, samples_per_second,
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib_test.cc 100 ASSERT_TRUE(CreateAudioFile("wav", 0, 20000, 1, sine_wave, &content).ok());
131 CreateAudioFile("wav", 0, 10000, 1, output_samples, &written_audio).ok());
ffmpeg_lib.cc 348 Status CreateAudioFile(const string& audio_format_id, int32 bits_per_second,
353 "CreateAudioFile only supports the 'wav' audio format.");

Completed in 86 milliseconds