Open Stevenic opened 1 month ago
This is helpful! I think the intention would be to open source this library; so let me look into that and update this when there's a decision there.
there is a issue with this, I can't make use out of it as ,the .onAudioStop gets intializes multiple times even when there is no audio.
I need to know when playback of the generated audio stream finishes so I updated my copy of the
WaveStreamPlayer
class to includeonAudioStart
andonAudioStop
events. It might be useful to just add these to that class. Here's the changes I made: