ltackett / musictocodeto

MTCT is a CLI-like interface for SoundCloud written in React.

Home Page:http://musictocodeto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a developer, I want don't want to roll my own audio player

ltackett opened this issue · comments

Using a raw HTML5 audio tag is brittle and un-react-like. MTCT used soundmanager2 on an earlier implementation, and it'll do fine for now.

Went with a combination of HTMLAudioElement (for sounds not related to playing music) and React Audio Player