python-scripts/scripts/Voice_Assited_Musicplayer
2022-10-14 15:27:51 +05:30
..
images voice assisted musicplayer system 2022-10-14 12:40:43 +05:30
Songs voice assisted musicplayer system 2022-10-14 12:40:43 +05:30
.gitignore voice assisted musicplayer system 2022-10-14 12:40:43 +05:30
assistant.py voice assisted musicplayer system 2022-10-14 12:40:43 +05:30
player.py voice assisted musicplayer system 2022-10-14 12:40:43 +05:30
README.md updated readme 2022-10-14 15:27:51 +05:30

Voice_assisted_musicplayer

This project contains Ai powered voice activated music player system. The system supports mp3,wav and mpeg audio files. It can also play songs according to yor emotion(files need to be stored in voice_assisted_musicplayer/Songs/[-] folder name according to your choice) It can also load music files form other directories.

To run the program execute the assistant.py file and say the desired song according to your mood

preview

image

image

Features of the music player:

-backward button
-forward button
-pause/play button
-progress bar
-volume button
-delete button
-load file button

Requirements:

pyttsx3
SpeechRecognition
os
datetime
pickle
tkinter
pygame
mutagen
time