-
-
Notifications
You must be signed in to change notification settings - Fork 279
Trying the measuring stream example #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just wrap your final input or output in this class and use it instead. Example: https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-communication/communication-ip-send/communication-ip-send.ino |
measuring class still undefined, if I know the .h file, I could manual imported. Or you could included in to audiotools... |
What do you mean - I don't understand. It has been defined in AudioStreams.h. |
I have updated, now it is recognized. Thanks |
it is not for measuring an http link? I see server begin... |
It measures the troughput by calculating the total amount of data written or read per second and can be used on any Stream |
Doesn't see any difference in the serial monitor.
|
Obviously you did not process any data yet, since the log states that it's waiting for data. |
yep, see now some data |
what am I seen now... Input data of the content before it is decoded and outputed? |
Now, how can I found the beginning of the frame or padding or content or package or what ever? |
Soo, I was right, for this link url.begin("http://22183.live.streamtheworld.com/JOE.mp3", "audio/mp3"); the input stops, if it is input what I am seening, still don't know... But I think soo, because HexDumpStream out; is an output of the stream in serial monitor of my URLStream url(ssid, password); I got a lot of data don't know where the beginning is
and than it stoped |
Now I am going to config it and see if data still coming in. Seems a good strategie. |
My question now is... do we need to get two channels for the audio player? It will calmen the input stream #define DEFAULT_CHANNELS 2 |
These settings doesn't effect the stream player???
I have the url player running on the same time with the same settings and the player is still running but the stream url stops. |
If you process MP3 the audio information is part of the MP3 format, so all audio parameters are not relevant. |
what could I do to change some settings of the input audio? |
This maybe also important related to the url-stream.
also ping and measuring the internet speed, this could be done when the program starts as info. But measure the internet speed take some time, soo this is maybe not soo good idea... |
I think the measuring stream question has been answered. |
communication example
I want to try it, but I can't find MeasuringStream out;
Thanks
The text was updated successfully, but these errors were encountered: