~aleteoryx/muditaos

ref: 10e5542676c9931d28b25649db2e9d8bc26e5d09 muditaos/module-services/service-audio/ServiceAudio.cpp -rw-r--r-- 26.8 KiB
b033d0ca — jimmorrisson 5 years ago
[EGD-4118] Audio doxy cleanup (#856)

06147978 — Bartosz Cichocki 5 years ago
[EGD-4011] added BT audio device with A2DP playback (#870)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
4c22ef51 — Hubert Chrzaniuk 5 years ago
[EGD-4099] BT set stream (#846)

e131dae6 — Przemyslaw Brudny 5 years ago
[EGD-3743] Removed old doxygen copyright statements from project.
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
6fda5b47 — Hubert Chrzaniuk 5 years ago
[EGD-4128] Fix - routing does not start (#866)

4ad16d7a — Hubert Chrzaniuk 5 years ago
[EGD-4125] Cumulative set of minor fixes for audio (#861)

* fixed choice of input for recording
* fixed vibration setting getter
* fixed response messages from a HandleStop
* improved style of using AudioMux APIs
56c60a1a — Jakub Pyszczak 5 years ago
[EGD-4076] Headphones auto detect fix
78f07571 — Hubert Chrzaniuk 5 years ago
[EGD-4023] Vibration - get values from DB (#807)

ebcef7a6 — Hubert Chrzaniuk 5 years ago
[EGD-4054] Audio API for setting stream parameters (#826)

0744fe97 — Jakub Pyszczak 5 years ago
[EGD-559] Volume popup - audio part
b6e59694 — Hubert Chrzaniuk 5 years ago
[EGD-4024] Fix audio files meta tags parsing (#817)

c8ddb562 — Hubert Chrzaniuk 5 years ago
[EGD-4040] Fix endless ringtone playback (#814)

9c7e4139 — Hubert Chrzaniuk 5 years ago
[EGD-3784] Add service audio non blocking API (#789)

2cff3473 — Marcin Smoczyński 5 years ago
[EGD-4002] audio: remove phone call recording (#794)

There is no requirement for this functionality and it complicates the
audio subsystem.

Fix includes and cleanup minor flaws in the process of this change.
2df98eea — Jakub Pyszczak 5 years ago
[EGD-3841] Add audio vibration and enable sound option
17aa46bb — Hubert Chrzaniuk 5 years ago
[EGD-3871] Add vibration and playback enable/disable logic (#765)

f38960e1 — Hubert Chrzaniuk 5 years ago
[EDG-3870] Fix audio looping (#769)

06d9d687 — Hubert Chrzaniuk 5 years ago
[EGD-3853] Add AudioMux tests (#751)

EGD-2955 EGD-3588 Timers fully refactored & updated (#721)

* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
  way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
  with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
Next