- 17 Mar, 2023 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 16 Mar, 2023 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 11 Mar, 2023 3 commits
-
-
-
David Reid authored
-
Rizhen Zhang authored
-
- 06 Mar, 2023 1 commit
-
-
Johan Mattsson authored
-
- 28 Feb, 2023 5 commits
-
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/discussions/637
-
David Reid authored
-
David Reid authored
This will be expanded on later to be a lot more complete.
-
David Reid authored
-
David Reid authored
-
- 25 Feb, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
Public issue https://github.com/mackron/miniaudio/issues/597.
-
David Reid authored
-
- 24 Feb, 2023 1 commit
-
-
David Reid authored
-
- 01 Feb, 2023 1 commit
-
-
David Reid authored
-
- 23 Jan, 2023 2 commits
-
-
-
David Reid authored
-
- 21 Jan, 2023 3 commits
-
-
Kaisei Sunaga authored
-
Kaisei Sunaga authored
-
kaisei.sunaga authored
-
- 14 Jan, 2023 1 commit
-
-
cdigit authored
-
- 12 Jan, 2023 1 commit
-
-
David Reid authored
-
- 07 Jan, 2023 1 commit
-
-
David Reid authored
-
- 06 Jan, 2023 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
SeanTolstoyevski authored
-
SeanTolstoyevski authored
-
- 05 Jan, 2023 1 commit
-
-
David Reid authored
-
- 03 Jan, 2023 3 commits
-
-
David Reid authored
-
David Reid authored
This affects Windows 95. It does not appear to have at least one of these functions. This is convenient because the function IDirectSound::CreateSoundBuffer() is failing in my tests and I wasn't able to figure out what was going on. Simply failing context initialization outright is an acceptable solution for now since Windows 95 is such an uncommon target and it can always fall back to WinMM which works.
-
David Reid authored
It looks like CoInitializeEx() is not available on Windows 95. This commit changes it so that if CoInitializeEx() cannot be found, such as the case with Windows 95, it falls back to CoInitialize(). As of this commit, a crash still occurs when trying to initialize the DirectSound backend. The WinMM backend works, however.
-