-
I know it's been a while, but I am also trying to wrap soloud in nim, and got similar output with `c2nim`. I keep getting `Illegal storage access. (Attempt to read from nil?)` when I try to `Soloud_pl…
-
I am finding quite a lot of memory leaks when using Alsa, both on master and 0.15.3.
```
==1297036== 1,512 bytes in 21 blocks are possibly lost in loss record 142 of 164
==1297036== at 0x484D…
-
We need to play an hls stream (audio / video) and play a local audio file repeatedly in low latency (using flutter soloud for that)
On iOS when one audio plays the other stops and vice versa.We did t…
-
Code:
```haxe
package;
import soloud.AudioSource;
import soloud.Soloud;
import soloud.WavStream;
class SoundChannel
{
@:unreflective private var engine:Soloud;
@:unreflective private va…
-
Thank you very much for providing flutter_soloud.
**Description**
When running the app on an Android (12, 13, 14) device, it occassionally happenes that VS Code loses the connection to the devi…
-
Required for moving into Qt6
-
**Description**
Audible artifacts (clicks and pops) can be heard when modifying audio parameters in real-time. This is particularly noticeable with Freeverb's wetness parameter, but can also be hea…
-
`If FileType( "stream/ambient_"+ambient+".ogg" )=FILETYPE_FILE
Local sound:TSound=LoadSound( "stream/ambient_"+ambient+".ogg",SOUND_LOOP|SOUND_STREAM )
ambChannel=PlaySound( sound,soundP…
-
-
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…