FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Add sound backend in `fyrox-sound` for Android #435

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

Android platform does not have sound backend, so no sounds will be playing in Android. A separate backend for fyrox-sound should be added. Probably the new backend should use oboe for sound output.