- 18 Jan, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 15 Jan, 2020 1 commit
-
-
David Reid authored
-
- 14 Jan, 2020 7 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
Automatic stream routing should only be used when the ma_device object is initialized with a device ID of NULL. When it's non-NULL (i.e. an explicit device) it should not perform automatic stream routing. It looks like the WASAPI backend is not respecting this requirements and is enabling automatic stream routing in all cases. Public issue #127
-
David Reid authored
The rationale for this is to test that the MA_NO_DECODING option is compiling clean.
-
David Reid authored
Emscripten no longer supports the -std=c* and -ansi compiler flags.
-
David Reid authored
-
David Reid authored
-
- 12 Jan, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 10 Jan, 2020 1 commit
-
-
David Reid authored
Fixed iOS crash in route change handler under ARC
-
- 09 Jan, 2020 4 commits
-
-
Oliver Collyer authored
-
David Reid authored
-
David Reid authored
-
-
- 08 Jan, 2020 2 commits
-
-
David Reid authored
Fixed some more integer cast warnings on iOS
-
Oliver Collyer authored
-
- 05 Jan, 2020 1 commit
-
-
David Reid authored
-
- 04 Jan, 2020 2 commits
-
-
David Reid authored
-
David Reid authored
Public issue #106
-
- 03 Jan, 2020 3 commits
-
-
David Reid authored
-
David Reid authored
Public issue #106
-
David Reid authored
-
- 02 Jan, 2020 1 commit
-
-
David Reid authored
This may be changed to a general config property later. Related to public issue #119
-
- 29 Dec, 2019 2 commits
-
-
David Reid authored
-
David Reid authored
Jack back-end ignores midi ports
-
- 28 Dec, 2019 1 commit
-
-
Samson Close authored
-
- 27 Dec, 2019 2 commits
-
-
David Reid authored
Add defined(MA_APPLE_MOBILE) guard around AVAudioSessionCategory code
-
George Corney authored
-
- 22 Dec, 2019 2 commits
-
-
David Reid authored
Public issue #101
-
David Reid authored
-
- 21 Dec, 2019 7 commits
-
-
David Reid authored
-
-
David Reid authored
* The session category can now be configured via the context config. When set to ma_ios_session_category_default, it will try PlayAndRecord, Playback and Record (in that order) until one works. If none work it leave the category untouched. This will also set the DefaultToSpeaker option since in most cases an application will want audio to be emitted from the speaker rather than the receiver. If the application does not want to change the session category, use ma_ios_session_category_none. * The session category options can now be configured via the context config. This maps to the AVAudioSessionCategoryOption flags. Public issues #101, #113 -
David Reid authored
Public issue #108
-
David Reid authored
Public issue #110
-
David Reid authored
Public issue #110
-
David Reid authored
Public issue #110
-