tvillarete / apple-music-js

A music streaming service built from the ground up using React & Redux
http://tannerv.com/music
MIT License
1.83k stars 198 forks source link

Implementation Questions #14

Closed patgoley closed 5 years ago

patgoley commented 5 years ago

Hey there! First of all, nice work! I am also working on an Apple Music client and this isn't so much an issue as it is a question if you have time to help. Looking through the project, I don't see how the audio is actually being played. I see the actions and reducers that control playback state, but I don't see any use of the Audio class, audio tags, or some other side effect that would play the track. Can you help me understand how this is working? Thanks so much for your time and open sourcing this great project :)

Cheers, Patrick

patgoley commented 5 years ago

Nevermind, I found the audio tag :)