/external/sonic/samples/ |
README | 1 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/aac/libSYS/src/ |
wav_file.cpp | 87 Description: a rudimentary wav file interface 102 * \wav->fp filepointer of type FILE*. 109 HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV)); local 112 if (wav == NULL) { 113 FDKprintfErr("WAV_InputOpen(): Unable to allocate WAV struct.\n"); 117 wav->fp = FDKfopen(filename, "rb"); 118 if (wav->fp == NULL) { 119 FDKprintfErr("WAV_InputOpen(): Unable to open wav file. %s\n", filename); 124 if (FDKfread(&(wav->header.riffType), 1, 4, wav->fp) != 4) 316 HANDLE_WAV wav = *pWav; local 387 HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV)); local 528 HANDLE_WAV wav = *pWav; local [all...] |
/frameworks/av/services/audioflinger/tests/ |
mixer_to_wav_tests.sh | 3 # This script uses test-mixer to generate WAV files 17 # the output WAV files, e.g. 20 # audacity *.wav 25 # start of the WAV file to verify proper ramping. 52 # createwav creates a series of WAV files testing various 66 -o /sdcard/tm48000grif.wav \ 69 adb pull /sdcard/tm48000grif.wav $2 75 -o /sdcard/tm48000gr.wav \ 78 adb pull /sdcard/tm48000gr.wav $2 86 -a /sdcard/aux9307gra.wav -o /sdcard/tm9307gra.wav [all...] |
/external/sonic/ |
sonic.1 | 10 Sonic is used to make wav files of speech faster or slower. The primary advance 42 .B sonic -s 3.2 book.wav book_fast.wav 44 The above command would increase the speed of an audio book called book.wav by a 45 factor of 3.2, and write the result in book_fast.wav. 47 .B sonic -s 0.5 -v 1.5 spanish.wav spanish_slow.wav 49 This would slow down the file spanish.wav by a factor of 2, make the volume 50% 50 louder, and write the result to spanish_slow.wav. 52 .B sonic -p 2.0 low.wav high.wa [all...] |
/frameworks/base/data/sounds/ |
README.txt | 21 oggdec -o temp.wav ogg/Effect_Tick.ogg 22 sox temp.wav -r 48000 temp48k.wav 23 oggenc -b 80 -o ogg/Effect_Tick_48k.ogg temp48k.wav 25 effects/wav/Effect_Tick.wav
|
/external/sonic/doc/ |
post | 5 ../samples/sonic.wav 6 ../samples/soundstretch.wav" 18 rm ../samples/*.wav index.html
|
/external/autotest/client/site_tests/audio_AlsaLoopback/ |
audio_AlsaLoopback.py | 22 # Multitone wav file lasts 10 seconds 23 wav_path = os.path.join(self.bindir, '10SEC.wav') 25 noise_file = os.path.join(self.resultsdir, 'hw_noise.wav') 26 recorded_file = os.path.join(self.resultsdir, 'hw_recorded.wav')
|
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 102 //const char * const uris[4] = {"wav/frog.wav", "wav/bach.wav", "wav/8days.wav", "wav/help16.wav"}; 103 const char * const uris[4] = {"wav/frog.wav", "wav/frog.wav", "wav/frog.wav", "wav/frog.wav"} [all...] |
/external/autotest/client/site_tests/audio_CrasLoopback/ |
audio_CrasLoopback.py | 32 # Multitone wav file lasts 10 seconds 33 wav_path = os.path.join(self.bindir, '10SEC.wav') 35 noise_file = os.path.join(self.resultsdir, 'cras_noise.wav') 36 recorded_file = os.path.join(self.resultsdir, 'cras_recorded.wav')
|
/external/autotest/server/site_tests/audio_MediaBasicVerification/ |
control.test_wav | 8 NAME = "audio_MediaBasicVerification.wav" 9 PURPOSE = "Verify wav audio formats playback quality" 26 'public/audio_test/chameleon/Headphone/test_256_16.wav')
|
/external/aac/libSYS/include/ |
wav_file.h | 155 struct WAV 162 typedef struct WAV *HANDLE_WAV; 165 * \brief Open a WAV file handle for reading. 167 * \param pWav Pointer to a memory location, where a WAV handle is returned. 179 * \param wav Handle of WAV file. 186 INT WAV_InputRead (HANDLE_WAV wav, void *sampleBuffer, UINT numSamples, int nBufBits); 189 * \brief Close a WAV file reading handle. 190 * \param pWav Pointer to a WAV file reading handle. 196 * \brief Open WAV output/writer handle [all...] |
/external/libgsm/man/ |
gsm_option.3 | 101 WAV-style byte ordering. 104 A WAV file of type #49 contains GSM 06.10-encoded frames. 105 Unfortunately, the framing and code ordering of the WAV version 111 can be used in the body of a WAV #49 frame. 112 It is up to the user program to write a WAV header, if any; 114 complete WAV files. 123 framing algorithm will be used, if nonzero, WAV-type packing is in effect. 140 Between the two frames of a WAV-style encoding, the GSM 06.10 library 158 The WAV #49 framing uses two alternating types of frames. 166 For WAV-style framing, the value should be 0 or 1; the first fram [all...] |
/external/webrtc/webrtc/common_audio/ |
wav_file.h | 24 // Interface to provide access to WAV file parameters. 37 // Simple C++ class for writing 16-bit PCM WAV files. All error handling is 41 // Open a new WAV file for writing. 44 // Close the WAV file, after writing its header. 70 // Opens an existing WAV file for reading. 73 // Close the WAV file.
|
wav_header.h | 34 // Return true if the given parameters will make a well-formed WAV header. 41 // Write a kWavHeaderSize bytes long WAV header to buf. The payload that 52 // Read a WAV header from an implemented ReadableWav and parse the values into
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/ |
OpenCVComponent.vcxproj.filters | 6 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
/external/webrtc/webrtc/modules/media_file/ |
media_file_utility.cc | 75 int32_t ModuleFileUtility::ReadWavHeader(InStream& wav) 89 int len = wav.Read(&RIFFheaderObj, sizeof(WAVE_RIFF_header)); 118 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); 136 len = wav.Read(&_wavFormatObj, sizeof(WAVE_FMTINFO_header)); 176 len = wav.Read(&dummyRead, 1); 196 len = wav.Read(&dummyRead, 1); 206 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); 336 "unknown WAV format TAG!"); 343 int32_t ModuleFileUtility::InitWavReading(InStream& wav, 350 if(ReadWavHeader(wav) == -1 [all...] |
/system/media/audio_utils/ |
tinysndfile.c | 82 unsigned char wav[12]; local 84 actual = fread(wav, sizeof(char), sizeof(wav), stream); 91 if (memcmp(wav, "RIFF", 4)) { 93 fprintf(stderr, "wav != RIFF\n"); 97 unsigned riffSize = little4u(&wav[4]); 104 if (memcmp(&wav[8], "WAVE", 4)) { 316 unsigned char wav[58]; local 317 memset(wav, 0, sizeof(wav)); 406 unsigned char wav[58]; local [all...] |
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
control.headphone_wav | 10 NAME = "audio_AudioQualityAfterSuspend.headphone.wav" 30 'public/audio_test/chameleon/Headphone/test_256_16.wav')
|
control.internal_speaker_wav | 10 NAME = "audio_AudioQualityAfterSuspend.internal_speaker.wav" 31 'public/audio_test/chameleon/Speaker/test_512_16.wav')
|
/frameworks/base/cmds/bootanimation/ |
audioplay.h | 25 // Initializes the engine with an example of the type of WAV clip to play. 29 // Plays a WAV contained in buf.
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/ |
Wav.java | 27 public class Wav {
46 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
66 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
91 if (type != 1) throw new GdxRuntimeException("WAV files must be PCM: " + type);
95 throw new GdxRuntimeException("WAV files must have 1 or 2 channels: " + channels);
102 if (bitsPerSample != 16) throw new GdxRuntimeException("WAV files must have 16 bits per sample: " + bitsPerSample);
109 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/ |
Wav.java | 27 public class Wav {
46 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
66 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
91 if (type != 1) throw new GdxRuntimeException("WAV files must be PCM: " + type);
95 throw new GdxRuntimeException("WAV files must have 1 or 2 channels: " + channels);
102 if (bitsPerSample != 16) throw new GdxRuntimeException("WAV files must have 16 bits per sample: " + bitsPerSample);
109 throw new GdxRuntimeException("Error reading WAV file: " + file, ex);
|
/external/webrtc/webrtc/modules/audio_processing/logging/ |
aec_logging.h | 20 // Dumps a wav data to file. 26 // (Re)opens a wav file for writing using the specified sample rate. 34 // Closes a wav file.
|
/external/icu/icu4c/source/samples/dtitvfmtsample/ |
dtitvfmtsample.vcxproj.filters | 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
/external/icu/icu4c/source/samples/dtptngsample/ |
dtptngsample.vcxproj.filters | 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|