1. 05 Dec, 2014 2 commits
  2. 04 Dec, 2014 1 commit
    • Chih-Hung Hsieh's avatar
      Add std=gnu++11 flag to compile .c files as C++. · 302ea927
      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
      302ea927
  3. 18 Nov, 2014 1 commit
  4. 14 Nov, 2014 1 commit
    • Raph Levien's avatar
      Reduce audio output latency · 0f6da1a2
      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
      0f6da1a2
  5. 12 Nov, 2014 2 commits
  6. 10 Nov, 2014 1 commit
  7. 12 Sep, 2014 6 commits
  8. 27 Aug, 2014 4 commits
  9. 28 Jul, 2014 1 commit
    • Eric Laurent's avatar
      rename AudioSystem::newAudioSessionId() · d0081ece
      Eric Laurent authored
      Rename AudioSystem::newAudioSessionId() to
      AudioSystem::newAudioUniqueId() as it can be used
      also for I/O handles.
      
      Bug: 12378680.
      
      Change-Id: I5f0eaaadc21ff2aacf81670490ad42c54537d86b
      d0081ece
  10. 02 Jul, 2014 1 commit
  11. 06 Jun, 2014 1 commit
  12. 05 Jun, 2014 1 commit
    • Glenn Kasten's avatar
      Squashed commit of the following: · fdef5de1
      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
      fdef5de1
  13. 30 May, 2014 1 commit
  14. 29 May, 2014 3 commits
  15. 28 May, 2014 1 commit
  16. 27 May, 2014 1 commit
    • Martin Storsjo's avatar
      Check that the ABQ mime type matches the expectations · 36c0711b
      Martin Storsjo authored
      The code in audioPlayer_getAndroidObjectTypeForSourceSink assumes
      that an android buffer queue source combined with an output mix
      sink is an mpegts source, while it it assumes that it is an adts
      source if it is combined with a simple buffer queue sink. This
      assumption never was verified before, making the set up actually
      seem to succeed even though the data is interpreted as the wrong
      format.
      
      Change-Id: I7e031ec8139fa2d770737935eb9acd3506d3fa3f
      36c0711b
  17. 23 May, 2014 2 commits
  18. 17 May, 2014 4 commits
  19. 16 May, 2014 1 commit
  20. 15 May, 2014 5 commits