- 05 Dec, 2013 3 commits
-
-
The Android Open Source Project authored
-
Ying Wang authored
-
Dmitry Shmidt authored
Change-Id: Ic487c3767a17299880e83080b79a91dbbaef1234 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 22 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
-
- 15 Nov, 2013 2 commits
-
-
Jean-Michel Trivi authored
* commit '18fc094c': Define and use DRC-specific volume curves when applicable
-
Jean-Michel Trivi authored
Add support for property defining whether a DRC on the speaker path is enabled and will boost soft sounds. Define new volume curves with more attenuations than existing ones to compensate for DRC-induced boost on sonification sounds to provide a more "linear" control to the user over the applied volume. Bug 11600699 Change-Id: If23dd097a8b9b5ebb61e75dd8512ff75e63ba899
-
- 07 Nov, 2013 9 commits
-
-
Nick Kralevich authored
* commit '376356d4': audio: do not use GNU old-style field designators
-
Nick Kralevich authored
-
synergy dev authored
Avoiding the use of gnu extensions improves code portability Change-Id: Ifa8f5d230de20a6284bb943c1ca3c48fd5fd5f2d
-
Elliott Hughes authored
* commit '2c14d798': Revert "audio: do not use GNU old-style field designators"
-
Elliott Hughes authored
-
Elliott Hughes authored
This reverts commit d2bd76e0. Change-Id: I6fb884cd0e1efa0c792521b67ed193420f6929ba
-
Nick Kralevich authored
* commit '636ab7e2': audio: do not use GNU old-style field designators
-
Nick Kralevich authored
-
synergy dev authored
Avoiding the use of gnu extensions improves code portability Change-Id: Ifa8f5d230de20a6284bb943c1ca3c48fd5fd5f2c
-
- 30 Oct, 2013 1 commit
-
-
Eric Laurent authored
-
- 17 Oct, 2013 1 commit
-
-
Ed Heyl authored
-
- 14 Oct, 2013 1 commit
-
-
Eric Laurent authored
Do not allow offloading if one non offloadable effect is enabled. This prevents from creating an offloaded track and tearing it down immediately after start when audioflinger detects there is an active non offloadable effect. Not doing so breaks gapless playback because AwesomePlayer will always be able to open an offloaded track which will not be compatible with the previous PCM track and Audiosink::open() will not recycle it. Bug: 11181933. Change-Id: I6d163806849d9093b9ec701ba8e8c1ccb658e3c8
-
- 08 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 07 Oct, 2013 1 commit
-
-
Eric Laurent authored
commit a527ffd3 broke the selection of an available direct output profile in getProfileForDirectOutput(). getProfileForDirectOutput() should check for direct output profiles regardless of the flags provided to getOutput(). Bug: 11051912. Change-Id: I4a84734331bfed03d6024ea1c2e8776c27d0b28f
-
- 06 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 04 Oct, 2013 1 commit
-
-
Eric Laurent authored
When voice call stream volume is at 0, DTMF are not heard at all. DTMF volume should follow the behavior of voice call volume which is never completely muted. Bug: 10932676. Change-Id: Iaf0e33284be75b00516a837907e66be3123e5331
-
- 02 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 01 Oct, 2013 1 commit
-
-
Eric Laurent authored
A valid offload info structure must be provided when opening an offload output stream in checkOutputsForDevice() upon headset insertion. Bug: 8174034. Change-Id: Id800a206536e5ce979febf89747a51db581c53b6
-
- 26 Sep, 2013 2 commits
-
-
Eric Laurent authored
Only list 48000 Hz in supported sampling rates for remote submix output and input stream profiles to avoid mismatch betwen playback and capture. Bug: 10900252. Change-Id: Id96e914caeb42e8f4aa5fe4e55e19156cdd67b58
-
Eric Laurent authored
Only list 48000 Hz in supported sampling rates for remote submix output and input stream profiles to avoid mismatch betwen playback and capture. Bug: 10900252. Change-Id: Id96e914caeb42e8f4aa5fe4e55e19156cdd67b58
-
- 17 Sep, 2013 1 commit
-
-
Eric Laurent authored
Add rules to select the appropriate output for global effects. Move global effects if needed when an offloaded output is created or released. Bug: 8174034. Change-Id: I0bbd8e9f8aa717f672462dd74ba0d01eaef1fda7
-
- 12 Sep, 2013 1 commit
-
-
Eric Laurent authored
-
- 09 Sep, 2013 2 commits
-
-
Eric Laurent authored
- This change enables HOTWORD audio source to be preempted by any other audio source Bug: 10640877. Change-Id: I6f7acbe95a6521306db70ad73260d2ba7b38b940
-
Eric Laurent authored
Extend minimun duration of offloaded audio content to 1 minute to avoid offloading short clips like TTS generated files. Bug: 8174034. Change-Id: Ied21557c300af4b27d99388e069576e36804087f
-
- 30 Aug, 2013 2 commits
-
-
Eric Laurent authored
Change-Id: I268935bd8f7e58f90c698c098686a04681b43887
-
Eric Laurent authored
Do not enable offloading of audio decompression when playing video. Change-Id: I6ee8b59370219f5ef810a99a27ba4a1cf222b55b
-
- 24 Aug, 2013 1 commit
-
-
Chong Zhang authored
Bug: 10460751 Change-Id: Ic6fcd14162e9c6e03366d887063321e21fcf14cd
-
- 19 Aug, 2013 1 commit
-
-
Jeff Brown authored
When recording from the audio submix begins, enable the remote audio submit output device. When it ends, disable it. Bug: 10265163 Change-Id: Ia0dc2e20623bb834d06561469ce856688991243b
-
- 08 Aug, 2013 1 commit
-
-
Vinit Deshapnde authored
This helps to preapre for future updates from external sources. Bug: 9298955 Change-Id: I4c63ad5fc1ea3564aab38cfce955de19bad75c0c (cherry picked from commit 759cc323cb586192d591a815b0fb9d839536fcd6)
-
- 25 Jul, 2013 1 commit
-
-
Richard Fitzgerald authored
- Share existing offload output if compatible instead of creating a new one. Hardware has limited number of offload channels (possible only 1) so we must use as few as possible - Changes to routing handling for offloaded outputs Change-Id: I11111d8f504828595bd8dbf66444cbd1202e7192 Signed-off-by:
Eric Laurent <elaurent@google.com>
-
- 16 Jul, 2013 4 commits
-
-
The Android Open Source Project authored
* commit '4c7db154': audio policy: apply default device volume
-
The Android Open Source Project authored
Change-Id: I44d1b4bc2d06e2ec3d7837693a1880d7e6cf1774
-
Eric Laurent authored
Make sure that we apply default device volume to active outputs in case no specific volume for selected device is received afterward. Bug: 9760269. Change-Id: I216de40396e1075e77493c97e8b192cd3a31d546
-
Eric Laurent authored
* commit '8e7e4254': audio policy: apply default device volume
-