-
hi,
> Expected behavior:
a feature
OpenAL, fmod, and some other libs have it. it is good to have support for it.
> Actual behavior:
SoLoud doesn't support this, since it doesn't support fir and…
-
> Expected behavior:
calling `openmpt::set_looping(false)` should prevent it from looping
> Actual behavior:
audio still loops
> Steps to reproduce the problem:
I was using [Wind of Fjord…
-
`If FileType( "stream/ambient_"+ambient+".ogg" )=FILETYPE_FILE
Local sound:TSound=LoadSound( "stream/ambient_"+ambient+".ogg",SOUND_LOOP|SOUND_STREAM )
ambChannel=PlaySound( sound,soundP…
-
When a `SoLoud::Wav` object is copied, a shallow copy is done. This can lead to deleting m_data twice, which crashes.
Fix: Have proper Copy-Constructor and assignment operator, or mark them deleted…
-
> Expected behavior:
Stop on a queue should always stop the playing
> Actual behavior:
When I play a queue loaded with sounds, it plays as expected. When I stop it, it stops playing. When I p…
-
Install methods tried with same result:
- "[From GitHub](https://github.com/kfields/badwing/blob/master/README.md#from-github)"
- or from a fresh python3 venv using:
- `pip install badwing`
- …
-
As midimaster in the syntaxbomb forum asked on audio manipulation I thought I give it a try with soloud (in Freeaudio I got it working already).
Seems I am missing something -as it does not play a…
GWRon updated
3 years ago
-
-
Initial audio playback feature has been added to `miniaudio` branch: https://github.com/lighttransport/gltf-insight/tree/miniaudio
We use `MSFT_audio_emitter` extension to load audio file from a gl…
syoyo updated
5 years ago
-
crossplatform audio engine
https://github.com/jarikomppa/soloud
Do you know any other one?