- 21 Mar, 2015 2 commits
-
-
Qiwen Zhao authored
-
Glenn Kasten authored
* commit '82a077b0': Audio recorder missing a callback protector
-
- 30 Jan, 2015 3 commits
-
-
Elliott Hughes authored
* commit 'bcb2ea56': Add missing includes.
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: If374206e6bee008823af7b3b5df1ee0a1992e2f0
-
- 15 Jan, 2015 6 commits
-
-
Glenn Kasten authored
* commit '724f9650': Use audio_utils fifo instead of MonoPipe in slesTestFeedback
-
Glenn Kasten authored
* commit '7867de90': Remove unnecessary libutils
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: I71f2363607ec686d287ac074610c7cc4c1fc498e
-
Glenn Kasten authored
Change-Id: Ic6a98334d5662b5f063323ab69be93bda2e65890
-
- 16 Dec, 2014 3 commits
- 05 Dec, 2014 2 commits
-
-
Chih-Hung Hsieh authored
* commit '7fe8bdd1': Add std=gnu++11 flag to compile .c files as C++.
-
Chih-Hung Hsieh authored
-
- 04 Dec, 2014 1 commit
-
-
Chih-Hung Hsieh authored
Currently the -x c++ flag is used to compile .c files as C++. For clang compilers, default extra C flags for Android .c files is -std=gnu99. Clang compiler rejects -std=gnu99 in C++ mode. Until we rename all .c file in this directory to .cpp, we can use this patch to force compilation in -x c++ and -std=gnu++11. Change-Id: Ibbb1c1394ac1cb45c6508a62986edf669e722cbd
-
- 18 Nov, 2014 1 commit
-
-
Raph Levien authored
* commit '0f6da1a2': Reduce audio output latency
-
- 14 Nov, 2014 1 commit
-
-
Raph Levien authored
This patch reduces latency in the OpenSL ES player path by calling the callback immediately before data is consumed, rather than after. Bug: 12246268 Change-Id: I8273b4a03f16011beec21dd52545f8ad1a25fd95
-
- 12 Nov, 2014 2 commits
-
-
Glenn Kasten authored
-
Glenn Kasten authored
Add -o option to log output to .wav file Add -i# option to inject impulse after # milliseconds Change-Id: I9784603e43ccb300c42f6865e78b6b27f53ed6f6
-
- 10 Nov, 2014 1 commit
-
-
Glenn Kasten authored
-
- 12 Sep, 2014 6 commits
-
-
Elliott Hughes authored
* commit '5a55e234': Move wilhelm over to pthread_gettid_np.
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 17476168 Change-Id: Ib8f00d0934deaefbb5bc07f4f0ab6dc7a4e30988
-
Dan Albert authored
* commit '2d7215f2': Clean up makefile cruft.
-
Dan Albert authored
-
Dan Albert authored
Don't manually include/link stlport, don't include private bionic headers. Change-Id: I2b04462f14eca2ba965489c89b6ae5eb9c269984
-
- 27 Aug, 2014 4 commits
-
-
Glenn Kasten authored
* commit '15bb40ea': Audio recorder missing a callback protector
-
Glenn Kasten authored
-
Glenn Kasten authored
Bug: 14291968 Change-Id: I620d5e82f58e57e87097984a649b5c3a25c42963
-
Glenn Kasten authored
Bug: 14291968 Change-Id: I620d5e82f58e57e87097984a649b5c3a25c42963
-
- 28 Jul, 2014 1 commit
-
-
Eric Laurent authored
Rename AudioSystem::newAudioSessionId() to AudioSystem::newAudioUniqueId() as it can be used also for I/O handles. Bug: 12378680. Change-Id: I5f0eaaadc21ff2aacf81670490ad42c54537d86b
-
- 02 Jul, 2014 1 commit
-
-
Eric Laurent authored
Do not use popcount() to derive channel count from channel mask. Bug: 15000850. Change-Id: I7af794e4515cd0f85e5b9744bd4e53e33aa0d5eb
-
- 06 Jun, 2014 1 commit
-
-
Glenn Kasten authored
* commit 'fdef5de1': Squashed commit of the following:
-
- 05 Jun, 2014 1 commit
-
-
Glenn Kasten authored
commit 4f3540e6953ad28cbb743cfe9f480bc4b3e979a9 Author: Glenn Kasten <gkasten@google.com> Date: Wed May 14 07:30:02 2014 -0700 Updates to slesTest_feedback Configure for 48 kHz, 240 frames per buffer Use Pipe This smaller pipe still works with -t1 -r1 Change-Id: Ib1c40905017f3ebfedb70df145ef3018538ea0c2 commit b4b546279693f23733e8b803fdd1eb559b8db04b Author: Andy Hung <hunga@google.com> Date: Fri May 23 16:40:16 2014 -0700 Add float playback capability to OpenSL ES Add SLAndroidDataFormat_PCM_EX to match OpenSLES 1.1 header file, together with related SL_ANDROID_PCM_REPRESENTATION_* constants. Use slesTest_playbq as the test application. Change-Id: I04bcd170f5c517051a799bacf8f52da5f1353ad6 commit f0642023f9660c2fdec9c48cef76e35570abe177 Author: Glenn Kasten <gkasten@google.com> Date: Tue May 27 17:17:26 2014 -0700 Fix regression in AudioRecorder Interfaces were out of order Change-Id: I027dc9d8ed93514d93a5b05063a8711b9841aaf4 commit 8c83595b784559f146e08b2d5500215e76cf5ba9 Author: Andy Hung <hunga@google.com> Date: Fri May 23 16:24:25 2014 -0700 Add 24 bit and 32 bit playback capability to OpenSL ES slesTest_playbq is the test application. Change-Id: Iaa453471d2e9ff4e6b11ac5c68690993179fea2b Change-Id: I07515d0d3cae65c0e0d9a600527a90d64c5241d7
-
- 30 May, 2014 1 commit
-
-
Andy Hung authored
-
- 29 May, 2014 3 commits
-
-
Andy Hung authored
Add SLAndroidDataFormat_PCM_EX to match OpenSLES 1.1 header file, together with related SL_ANDROID_PCM_REPRESENTATION_* constants. Use slesTest_playbq as the test application. Change-Id: I04bcd170f5c517051a799bacf8f52da5f1353ad6
-