Exception unhandled after URL streaming mp3 audio. #2209
-
Hi @pschatzmann . I have implemented a small player for radio internet. It´s a independent of the main audio player for wav, flac and mp3 files. After flac, wav or mp3 playing I try to play radio internet and the following message is shown. This occurs when I try play.copy() but if I reset AudioKit and I don't play audio files previously to play radio internet files, ESP32 doesn't crash. Any idea that what is happening? Something about AudioInfo configuration, but What's? At the beginning of the Radio player I have coded this
error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hard to tell w/o knowing the code. Did you eventually allocate objects on the stack, so the notification tries to update objects that dissapeared... |
Beta Was this translation helpful? Give feedback.
Hard to tell w/o knowing the code. Did you eventually allocate objects on the stack, so the notification tries to update objects that dissapeared...