You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making AirFloat, great! But... I can't call the following methods without causing an crash. I suppose it has something to do with memory? raop_server_stop(_server); raop_server_destroy(_server);
Also there is no method that allows me to pause the audio stream, only 'playpause', but I want to use 'pause' separately.
Hope someone can help.
Thanks in advance,
Wouter
The text was updated successfully, but these errors were encountered:
@trenskow Some additional information: it happens when using AirFoil, when I'm connected and try to disconnect from my app on an active stream. The disconnect method works when I'm NOT streaming.
So I think it has something to do with stopping the audio queue or something..?
Hi there,
Thanks for making AirFloat, great! But... I can't call the following methods without causing an crash. I suppose it has something to do with memory?
raop_server_stop(_server); raop_server_destroy(_server);
Also there is no method that allows me to pause the audio stream, only 'playpause', but I want to use 'pause' separately.
Hope someone can help.
Thanks in advance,
Wouter
The text was updated successfully, but these errors were encountered: