Skip to content

Commit 91d0bff

Browse files
authored
Update Readme.md
Typos
1 parent 37da3e3 commit 91d0bff

File tree

1 file changed

+6
-6
lines changed
  • arc_design_contest/2018/HUST_iRhythm

1 file changed

+6
-6
lines changed

arc_design_contest/2018/HUST_iRhythm/Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iRhythm Internet MP3 Radio
22

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 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 output from two **speaker**.
44

55
-----------------------------------------
66

@@ -20,9 +20,9 @@ This appilcation is a prototype of **Internet Radio** designed on ARC EM Starter
2020
-------------------------------
2121

2222
## 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!
2626

2727
### Function
2828
* Online Music Crawling and Download
@@ -92,14 +92,14 @@ Through an amplifier outside,the online music can be play out from two big speak
9292

9393
### Before Running This Application
9494
* 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
9696
* Make sure all connection is correct again.
9797
* Make sure iRhythm is in the Wifi environment,which is matching with the setting in the code,including wifi name and wifi password.
9898
* Check the switch 1 and 2 of EMSK are in off state to boot as ARCem_7d core.
9999

100100
### Run This Application
101101
* 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.
103103
* 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.
104104
* the user can control with the key any time.
105105

0 commit comments

Comments
 (0)