HomeSort by relevance Sort by last modified time
    Searched defs:wav (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
captured_data_to_wav.py 45 wav = values / np.max(np.abs(values)) variable
46 sf.write('captured_data.wav', wav, 16000)
  /external/tensorflow/tensorflow/core/kernels/
spectrogram_convert_test_data.cc 24 namespace wav { namespace in namespace:tensorflow
40 } // namespace wav
50 tensorflow::Status status = tensorflow::wav::ConvertCsvToRaw(filename);
  /external/tensorflow/tensorflow/core/lib/wav/
wav_io.h 16 // Functions to write audio in WAV format.
30 namespace wav { namespace in namespace:tensorflow
33 // little-endian WAV file.
48 // Decodes the little-endian signed 16-bit PCM WAV file data (aka LIN16
90 } // namespace wav
wav_io_test.cc 16 #include "tensorflow/core/lib/wav/wav_io.h"
27 namespace wav { namespace in namespace:tensorflow
168 // large WAV files are not common, and are unsupported by many readers.
478 } // namespace wav
wav_io.cc 16 // Functions to write audio in WAV format.
25 #include "tensorflow/core/lib/wav/wav_io.h"
31 namespace wav { namespace in namespace:tensorflow
168 // WAV represents the length of the file as a uint32 so file_size cannot
172 "Provided channels and frames cannot be encoded as a WAV.");
226 "Bad file size for WAV: Expected 16 or 18, but got", format_chunk_size);
232 "Bad audio format for WAV: Expected 1 (PCM), but got", audio_format);
237 "Bad number of channels for WAV: Expected at least 1, but got ",
246 // one channel, unlike the definition of sample used elsewhere in the WAV
253 "Can only read 16-bit WAV files, but received ", bits_per_sample)
    [all...]
  /external/libgsm/tst/
cod2lin.c 20 int wav = 0; variable
46 gsm_option(r, GSM_OPT_WAV49, &wav);
86 case 'w': wav++; break;
lin2cod.c 19 int wav = 0; variable
42 gsm_option(r, GSM_OPT_WAV49, &wav);
87 case 'w': wav++; break;
  /external/tensorflow/tensorflow/examples/speech_commands/
label_wav.cc 101 string wav = ""; local
108 Flag("wav", &wav, "audio file to be identified"),
146 tensorflow::Env::Default(), wav, &wav_string);
test_streaming_accuracy.cc 48 If you want to test natural data, you need to use a .wav with the same sample
57 --wav=/tmp/streaming_test_bg.wav \
75 #include "tensorflow/core/lib/wav/wav_io.h"
134 string wav = ""; local
149 Flag("wav", &wav, "audio file to be identified"),
212 tensorflow::Env::Default(), wav, &wav_string);
221 Status decode_wav_status = tensorflow::wav::DecodeLin16WaveAsFloatVector(
228 LOG(ERROR) << "Only mono .wav files can be used, but input has
    [all...]
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1727 auto wav = av.as_writeable_bytes(); variable
1733 auto wav = as_writeable_bytes(av); variable
1741 auto wav = as_writeable_bytes(av); variable
1757 auto wav = as_writeable_bytes(av); variable
    [all...]
  /external/tensorflow/tensorflow/core/summary/
summary_db_writer.cc 1122 auto wav = s->mutable_audio(); local
    [all...]

Completed in 777 milliseconds