Klemens
Klemens
This is still a big issue. again it is only on mobile. if i try to use an external player ("vlc for android" for example) i can only use mp4...
Hasn't this been implemented here? https://github.com/mzernetsch/jrgen/pull/16
The issue comes from the fact that after calling the play function, a pointer to the Soloud object gets set to the Wav object as a member https://github.com/jarikomppa/soloud/blob/e82fd32c1f62183922f08c14c814a02b58db1873/src/core/soloud_core_basicops.cpp#L42. In the...