alnitak / flutter_soloud

Flutter low-level audio plugin using SoLoud C++ library and FFI
MIT License
220 stars 22 forks source link

examples: add some more examples? #124

Open alnitak opened 2 months ago

alnitak commented 2 months ago

Description

For now, there are only a few examples available:

Are there any other examples we should have?

Taormina commented 1 week ago

Could we get an example of playing a sound twice in a row? I think that would be valuable. If I knew how to do it correctly without it crashing, I would offer one myself.

alnitak commented 1 week ago

Hi @Taormina, thanks for the suggestion. This looks like more of a help wanted issue. Can you please file a new one explaining how you get a crash (maybe with a simple code)?

I try now to write something short to achieve this.

Taormina commented 1 week ago

@alnitak I filed #143 with more concrete information