Skip to content

Commit

Permalink
Update audio.md
Browse files Browse the repository at this point in the history
Added MiniAudio reference
  • Loading branch information
obigu committed Dec 19, 2023
1 parent f1ca43d commit 3d0a082
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wiki/audio/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ public AndroidAudio createAudio(Context context, AndroidApplicationConfiguration

Generally speaking, Audio on Android is problematic and there may be other scenarios or device especific issues.

In an attempt to fix some of these issues Google created [Oboe](https://github.com/google/oboe) that can be used on libGDX projects thanks to [libGDX Oboe](https://github.com/barsoosayque/libgdx-oboe).
## Alternatives

In an attempt to fix some of these issues Google created [Oboe](https://github.com/google/oboe) that can be used on libGDX projects thanks to [libGDX Oboe](https://github.com/barsoosayque/libgdx-oboe).

Another alternative is [MiniAudio](https://miniaud.io/) through [gdx-miniaudio](https://github.com/rednblackgames/gdx-miniaudio) project which is an actively mantained cross-platform audio engine already used in production by some libGDX games.

0 comments on commit 3d0a082

Please sign in to comment.