Home
last modified time | relevance | path

Searched refs:wav (Results 1 – 25 of 76) sorted by relevance

1234

/external/sonic/samples/
DREADME1 These wav files show how Sonic performs at increasing speech rates. All sound
4 sonic.wav
8 soundtouch.wav
9 This is the same recording as sonic.wav, but sped up using soundtouch, which
13 talking.wav
16 talking_2x.wav
19 espeak_s450.wav
21 espeak_s450.wav was generated using 'espeak -s450 -f test1.txt -w
22 espeak_s450.wav'. This is the highest speed currently supported by espeak,
25 espeak_sonic.wav
[all …]
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_utility.cc75 int32_t ModuleFileUtility::ReadWavHeader(InStream& wav) in ReadWavHeader() argument
89 int len = wav.Read(&RIFFheaderObj, sizeof(WAVE_RIFF_header)); in ReadWavHeader()
118 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); in ReadWavHeader()
136 len = wav.Read(&_wavFormatObj, sizeof(WAVE_FMTINFO_header)); in ReadWavHeader()
176 len = wav.Read(&dummyRead, 1); in ReadWavHeader()
196 len = wav.Read(&dummyRead, 1); in ReadWavHeader()
206 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); in ReadWavHeader()
343 int32_t ModuleFileUtility::InitWavReading(InStream& wav, in InitWavReading() argument
350 if(ReadWavHeader(wav) == -1) in InitWavReading()
368 readLength = wav.Read(dummy, _readSizeBytes); in InitWavReading()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsummary_audio_op_test.cc101 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 2 in TEST_F()
104 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 2 in TEST_F()
107 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 2 in TEST_F()
135 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 1 in TEST_F()
138 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 1 in TEST_F()
141 audio { content_type: "audio/wav" sample_rate: 44100 num_channels: 1 in TEST_F()
Dspectrogram_convert_test_data.cc24 namespace wav { namespace
50 tensorflow::Status status = tensorflow::wav::ConvertCsvToRaw(filename); in main()
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.py80 def label_wav(wav, labels, graph, input_name, output_name, how_many_labels): argument
82 if not wav or not tf.gfile.Exists(wav):
83 tf.logging.fatal('Audio file does not exist %s', wav)
96 with open(wav, 'rb') as wav_file:
104 label_wav(FLAGS.wav, FLAGS.labels, FLAGS.graph, FLAGS.input_name,
Dtest_streaming_accuracy.cc134 string wav = ""; in main() local
149 Flag("wav", &wav, "audio file to be identified"), in main()
212 tensorflow::Env::Default(), wav, &wav_string); in main()
221 Status decode_wav_status = tensorflow::wav::DecodeLin16WaveAsFloatVector( in main()
Dlabel_wav.cc101 string wav = ""; in main() local
108 Flag("wav", &wav, "audio file to be identified"), in main()
146 tensorflow::Env::Default(), wav, &wav_string); in main()
/external/libgsm/tst/
Dlin2cod.c19 int wav = 0; variable
42 gsm_option(r, GSM_OPT_WAV49, &wav);
87 case 'w': wav++; break;
Dcod2lin.c20 int wav = 0; variable
46 gsm_option(r, GSM_OPT_WAV49, &wav);
86 case 'w': wav++; break;
/external/autotest/server/site_tests/audio_MediaBasicVerification/
Dcontrol.test_wav8 NAME = "audio_MediaBasicVerification.wav"
9 PURPOSE = "Verify wav audio formats playback quality"
25 'public/audio_test/chameleon/Headphone/test_256_16.wav')
/external/tensorflow/tensorflow/contrib/ffmpeg/
Dencode_audio_op.cc143 format. This value must be `"wav"`.
148 an int or rank-0 `int32` tensor. This is ignored by the "wav" file
221 file_format: A string describing the audio file format. This must be "wav".
224 ignored by the "wav" file format.
Ddecode_audio_op.cc205 format. This must be one of: "mp3", "mp4", "ogg", "wav".
289 file_format: A string describing the audio file format. This can be "mp3", "mp4", "ogg", or "wav".
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dcaptured_data_to_wav.py45 wav = values / np.max(np.abs(values)) variable
46 sf.write('captured_data.wav', wav, 16000)
D.gitignore2 captured_data.wav
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/
DREADME.md3 This example shows how you can load audio from a .wav file, convert it to a
27 To load your own audio, you need to supply a .wav file in LIN16 format, and use
45 --input_wav=/tmp/my_audio.wav \
Dwav_to_spectrogram_test.cc32 tensorflow::wav::EncodeAudioAsS16LEWav(audio, 44100, 1, 8, &wav_string)); in TEST()
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Dcontrol.internal_speaker_wav10 NAME = "audio_AudioQualityAfterSuspend.internal_speaker.wav"
30 'public/audio_test/chameleon/Speaker/test_512_16.wav')
Dcontrol.headphone_wav10 NAME = "audio_AudioQualityAfterSuspend.headphone.wav"
29 'public/audio_test/chameleon/Headphone/test_256_16.wav')
/external/sonic/
DREADME12 how to use Sonic.java. To play with it, you'll need a "talking.wav" file in the
21 I sped up a 751958176 byte wav file with sonic (a 9 hour, 28 minute mono audio
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
D.gitignore1 *.wav
/external/Microsoft-GSL/tests/
Dmulti_span_tests.cpp1727 auto wav = av.as_writeable_bytes(); variable
1733 auto wav = as_writeable_bytes(av); variable
1734 CHECK(wav.length() == av.length());
1735 CHECK(wav.length() == 0);
1736 CHECK(wav.size_bytes() == 0);
1741 auto wav = as_writeable_bytes(av); variable
1742 CHECK(wav.data() == reinterpret_cast<byte*>(&a[0]));
1743 CHECK(static_cast<std::size_t>(wav.length()) == sizeof(a));
1757 auto wav = as_writeable_bytes(av); variable
1758 for (auto& b : wav) {
/external/webrtc/webrtc/modules/
Dmodules_unittests.isolate22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
116 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav',
117 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav',
/external/tensorflow/tensorflow/core/kernels/spectrogram_test_data/
DREADME7 short_test_segment.wav is approximately 1s of music audio.
/external/sonic/doc/
Dpost18 rm ../samples/*.wav index.html
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.h30 namespace wav {

1234