How can I get internet mp3/audio and record to wav file? #2219
-
|
Hi @pschatzmann. I´m trying to write data from URL which I´m listening it, to a WAV file, but only noise is recorded. I understand that the data is MP3 coded then this is the reason because the audio is recorded as noise. It is possible to do it easly? See below a fragment of my sketch. Thanks in advace. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Oct 29, 2025
Replies: 1 comment 3 replies
-
|
I think you just forgot to run the mp3 data thru an mp3 decoder to get PCM data... |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you just forgot to run the mp3 data thru an mp3 decoder to get PCM data...
So start you output chain with an EncodedAudioStream with a mp3 decoder ...