I have used pygame for development of Karaoke Player. This player uses 4 types of file per song to setup:
- Mp3
- Lyrics file
- Timings file
- Album art picture for song
Karaoke_player.py is the main file in project. You will need to execute it in using command line or IDLE.
Steps for setup:
- Install wheezy
- Use the kernel modules,Scripts given by ragnar.jensen at
- You will just need to extact those files in root folder and restart the raspberry pi.
- You will need to make connections as per following image:
- Download the Karaoke Player from following link: https://drive.google.com/file/d/0B5TjchJFpKR1cUlRWHpkYUE4ZkE/edit?usp=sharing
- Extract the files in home directory
- You will need to execute use_case_files from your home directory
- I have executed Record_from_all.sh and Playback_from_All (Worked for me)
- Now run the Karaoke_player.py file from play music directory
- you will need to execute 'arecord | aplay ' in other terminal
- Enjoy !!
Here is the demo of the Karaoke Player:
If you have any suggestions then please comment below,I am thinking to continue this project development.
I would like to thank Element14 for giving this wonderful opportunity !
Top Comments