1. 52e2163 oboe: prevent race condition in OpenSL close() by Phil Burk · 4 years, 4 months ago
  2. 417c00c oboe: change close() to close_l() for OpenSL by Phil Burk · 4 years, 4 months ago
  3. d8264be Reduce logging for a cleaner logcat by Phil Burk · 4 years, 10 months ago
  4. 61149a9 opensles: scale buffer size by rate by Phil Burk · 5 years ago
  5. baf7fbd oboe: log unsupported attributes, fixes 651 by Paul McLean · 5 years ago
  6. 80358c6 Fixes 651 by Paul McLean · 5 years ago
  7. fcbc004 oboe: use bigger burst in OpenSL ES by Phil Burk · 5 years ago
  8. adc5571 opensles: only enqueue first buffer if needed by Phil Burk · 6 years ago
  9. 10cd299 Cleanup opensles files by Thomas Guilbert · 6 years ago
  10. ec075a4 Merge pull request #577 from tguilbert-google/small_changes by tguilbert-google · 6 years ago
  11. 263661c Revert cassert change by Thomas Guilbert · 6 years ago
  12. b7ff43f Use nullptr and <assert.h> by Thomas Guilbert · 6 years ago
  13. ddedbb8 Collection of small fixes by Thomas Guilbert · 6 years ago
  14. 8f47ec8 Small fixes from #352 by Thomas Guilbert · 6 years ago
  15. 1ae0d17 Revert "Revert "Lock waitForStateChange()"" by Phil Burk · 6 years ago
  16. 29b0ad8 Revert "Lock waitForStateChange()" by Phil Burk · 6 years ago
  17. 1e14506 oboe: cleanup getState in OpenSL ES by Phil Burk · 6 years ago
  18. 474b58c Merge pull request #377 from google/getposition by Phil Burk · 6 years ago
  19. 0d19f30 Merge pull request #376 from google/state_l by Phil Burk · 6 years ago
  20. f401682 Merge pull request #378 from google/lockflush by Phil Burk · 6 years ago
  21. f34633e oboe_opensles: lock requestFLush() by Phil Burk · 6 years ago
  22. 1eb001a oboe_opensles: prevent deadlock if callback collides with requestPause() by Phil Burk · 6 years ago
  23. 2cd69af oboe_opensles: add _l to function names called under lock by Phil Burk · 6 years ago
  24. 3b4a1ae oboe_opensles: add locks to updateServiceFrameCounter() by Phil Burk · 6 years ago
  25. 57770c8 oboe: fix openSL ES read, write by Phil Burk · 6 years ago
  26. 21a2d46 oboe: only enable callback if callback requested by Phil Burk · 6 years ago
  27. b878e2f oboe: stop stream if callback requests it by Phil Burk · 6 years ago
  28. 59e594e [code] fix bad copy/paste + remove empty lines by pbodilis · 6 years ago
  29. 97baa8d [code] make opensles uses the value stored in the builder's Usage in AudioOutputStreamOpenSLES by pbodilis · 6 years ago
  30. 5490545 refactor code for updating frame counters by Phil Burk · 6 years ago
  31. fe7eae3 check usingFifo() for getFramesRead/Written() by Phil Burk · 6 years ago
  32. 6c11c60 Clear queue buffers when the stream is stopped by Don Turner · 6 years ago
  33. 67a5fe9 Floating point recording only supported on API23+ (Marshmallow) by Don Turner · 7 years ago
  34. 6ecb6b6 opensles: check error code for input streams by Phil Burk · 7 years ago
  35. 9a6262c opensles: fix PerformanceMode setting by Phil Burk · 7 years ago
  36. ddcd341 Fix #151 - Remove unecessary checks for API version at compile time by Don Turner · 7 years ago
  37. e55f983 Convert c-type cast to C++ cast by gfan · 7 years ago
  38. c174fc4 Restore previous state on error by Don Turner · 7 years ago
  39. dd35888 Adding tests and states for OpenSL ES input streams by Don Turner · 7 years ago
  40. 0412fd5 Fix stream states for OpenSL ES by Don Turner · 7 years ago
  41. ff649d0 Refactor AudioStream methods to handle closed state by Don Turner · 7 years ago
  42. 7c662ba opensles: rename methods, cleanup constants by Phil Burk · 7 years ago
  43. d5a156b opensles: generate channel masks safely by OS version by Phil Burk · 7 years ago
  44. 17d8001 opensles: fix API level check for FLOAT by Phil Burk · 7 years ago
  45. f0716a6 Merge branch 'master' into sessionid by Phil Burk · 7 years ago
  46. 4009081 AudioStreamOpenSLES and subclasses need some fine grained destroy flow. though no crashes, logcat shown internal errors caused mainly because we were destroying the out mix before the attached player by yellow · 7 years ago
  47. c30bbe6 Add new P functions, setUsage() etc by Phil Burk · 7 years ago
  48. b09eb33 Add getFramesProcessedByServer. Minor cleanup. by Phil Burk · 7 years ago
  49. f2a7053 Implement getFramesRead for OpenSL ES OUTPUT by Phil Burk · 7 years ago
  50. 0964356 Use runtime query getSdkVersion() for OpenSL ES by Phil Burk · 7 years ago
  51. a5d6637 oboe: more blocking read/write by Phil Burk · 7 years ago
  52. 34217a7 oboe: add blocking read/write by Phil Burk · 7 years ago
  53. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  54. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  55. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  56. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  57. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  58. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago