Home
last modified time | relevance | path

Searched refs:wav_file (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging.h28 sample_rate, wav_file) \ argument
31 wav_file); \
35 #define RTC_AEC_DEBUG_WAV_CLOSE(wav_file) \ argument
37 rtc_WavClose(wav_file); \
77 #define RTC_AEC_DEBUG_WAV_REOPEN(wav_file, name, instance_index, process_rate, \ argument
82 #define RTC_AEC_DEBUG_WAV_CLOSE(wav_file) \ argument
Daec_logging_file_handling.cc26 rtc_WavWriter** wav_file) { in WebRtcAec_ReopenWav() argument
27 if (*wav_file) { in WebRtcAec_ReopenWav()
28 if (rtc_WavSampleRate(*wav_file) == sample_rate) in WebRtcAec_ReopenWav()
30 rtc_WavClose(*wav_file); in WebRtcAec_ReopenWav()
41 *wav_file = rtc_WavOpen(filename, sample_rate, 1); in WebRtcAec_ReopenWav()
Daec_logging_file_handling.h30 rtc_WavWriter** wav_file);
/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.cc67 WavWriter* wav_file, in WriteIntData() argument
69 if (wav_file) { in WriteIntData()
70 wav_file->WriteSamples(data, length); in WriteIntData()
80 WavWriter* wav_file, in WriteFloatData() argument
94 if (wav_file) { in WriteFloatData()
95 wav_file->WriteSamples(buffer.get(), length); in WriteFloatData()
Dtest_utils.h77 WavWriter* wav_file,
83 WavWriter* wav_file,
/external/autotest/client/site_tests/audio_AlsaLoopback/
Daudio_AlsaLoopback.py29 wav_file = audio_test_data.GenerateAudioTestData(
58 p = cmd_utils.popen(alsa_utils.playback_cmd(wav_file.path, device=alsa_output))
70 wav_file.delete()
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.py96 with open(wav, 'rb') as wav_file:
97 wav_data = wav_file.read()
Dlabel_wav_dir.py72 with open(wav_path, 'rb') as wav_file:
73 wav_data = wav_file.read()
/external/webrtc/webrtc/common_audio/
DAndroid.bp44 "wav_file.cc",
DBUILD.gn103 "wav_file.cc",
104 "wav_file.h",
Dcommon_audio.gyp119 'wav_file.cc',
120 'wav_file.h',