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
Copy file name to clipboardExpand all lines: arc_design_contest/2018/HUST_iRhythm/Readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# iRhythm Internet MP3 Radio
2
2
3
-
This appilcation is a prototype of **Internet Radio** designed on ARC EM Starter Kit,which could find music from online audition websites,like *douban FM*,*Baidu FM*,*KuWo*,Download mp3 file among the music,and decode them by using **ARC DSP Instruction** and **optimized code** for mp3 decode.By adding a I2S peripheral with a **FPGA**,song can be sent out and outputted from two **speaker**.
3
+
This application is a prototype of **Internet Radio** designed on ARC EM Starter Kit,which can find music from online audition websites,like *douban FM*,*Baidu FM*,*KuWo*,etc. Download mp3 file among the musicand decode them by using **ARC DSP Instruction** and **optimized code** for mp3 decode.By adding a I2S peripheral with a **FPGA**,song can be sent out and output from two **speaker**.
4
4
5
5
-----------------------------------------
6
6
@@ -20,9 +20,9 @@ This appilcation is a prototype of **Internet Radio** designed on ARC EM Starter
20
20
-------------------------------
21
21
22
22
## Introduction
23
-
iRhythm is a Internet Radio,which can download music from online audition websites,decompress the file and play,while the music file in SD card can also be decoded and played.
24
-
With the help of a FPGA, the digital music data in SPI format can be converted into I2S format,which can be recognize by audio D/A convertor.
25
-
Through an amplifier outside,the online music can be play out from two big speaker.And it's a really good feeling!
23
+
iRhythm is a Internet Radio,which can download music from online audition websites,decompress the file and play,while the music file in SD card can also be decoded and played.
24
+
With the help of a FPGA, the digital music data in SPI format can be converted into I2S format,which can be recognize by audio D/A convertor.
25
+
Through an amplifier outside,the online music can be play out from two big speaker.And it's a really good feeling!
26
26
27
27
### Function
28
28
* Online Music Crawling and Download
@@ -92,14 +92,14 @@ Through an amplifier outside,the online music can be play out from two big speak
92
92
93
93
### Before Running This Application
94
94
* Download source code of iRhythm from github.
95
-
* Download ./doc/spi2i2s.bit,which is the bitstram file of Cmod A7 to extend a i2s peripherals
95
+
* Download ./doc/spi2i2s.bit,which is the bitstream file of Cmod A7 to extend a i2s peripherals
96
96
* Make sure all connection is correct again.
97
97
* Make sure iRhythm is in the Wifi environment,which is matching with the setting in the code,including wifi name and wifi password.
98
98
* Check the switch 1 and 2 of EMSK are in off state to boot as ARCem_7d core.
99
99
100
100
### Run This Application
101
101
* Download with USB-JTAG or use bootloader to boot the program.
102
-
* After iRhythm connect the wifi,initialization will complete very fast and OLED may light to show the song reading from SD card.
102
+
* After iRhythm connect the wifi,initialization will complete very fast and OLED may light to show the song reading from SD card.
103
103
* After that song can be heard from the speaker and OLED shows download speed and decode speed.If not,try to rotate the volume bar to increase the volume.
0 commit comments