Skip to content

Commit 36a8122

Browse files
committed
Url Streaming
1 parent b70e9f0 commit 36a8122

File tree

5 files changed

+2
-67
lines changed

5 files changed

+2
-67
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Here is the list of examples:
8888
- [streams-generator-i2s_external_dac](/examples/streams-generator-i2s_external_dac) Playing generated sound on external DAC via I2S
8989
- [streams-memory_raw-i2s_external_dac](examples/streams-memory_raw-i2s_external_dac) - Play music form Flash Memory via I2S to External DAC
9090
- [streams-url_raw-serial](/examples/streams-url_raw-serial) Displaying a music file from the internet on the Serial Plotter
91+
- [streams-url_raw-I2S_external_dac.ino](/examples/streams-url_raw-I2S_external_dac.ino) Streaming a File from the Internet to on external DAC via I2S
9192

9293
... these are just a few examples, but you can combine any Input Stream with any Output Stream as you like...
9394

sandbox/streams-url_raw-I2S_external_dac/README.md renamed to examples/streams-url_raw-I2S_external_dac/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stream URL to I2S external DAC
22

3-
We are reading a raw audio file from the Intenet and write the data to the I2S interface. The audio file must be available using 16 bit integers with 2 channels.
3+
We are reading a raw audio file from the Intenet and write the data to the I2S interface. The audio file must be available using 16 bit integers with 2 channels. I used a sampling rate of 8000.
44

55
[Audacity](https://www.audacityteam.org/) might help you out here: export with the file name audio.raw as RAW signed 16 bit PCM and copy it to the SD card. In my example I was using the file [audio.raw](https://pschatzmann.github.io/arduino-audio-tools/resources/audio.raw).
66

@@ -17,7 +17,5 @@ We are reading a raw audio file from the Intenet and write the data to the I2S i
1717
| SCK | BCK (GPIO14)
1818

1919

20-
Comments - The Playing is breaking up most likely because we receive the data not fast enough. Try to make an example with a lower sampes per second....
21-
2220

2321

sandbox/streams-url_raw-I2S_internal_dac/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

sandbox/streams-url_raw-I2S_internal_dac/streams-url_raw-I2S_internal_dac.ino

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)