biggestT / toney

online chinese tone helper
1 stars 4 forks source link

Avoid reloading the audio file every time it has played through #15

Open biggestT opened 11 years ago

biggestT commented 11 years ago

Currently the hack to solve the audioended playback bug, #1 , involves reloading the soundfile and resetting the soundfileInputNode.

biggestT commented 11 years ago

It would be nice if setting this._audio.currentTime = 0 would work but that seems to not be working atm.

biggestT commented 11 years ago

A lot of issues with setting currentTime!

See stackoverflow discussions: http://stackoverflow.com/questions/16966724/html5-audio-currenttime-doesnt-work

SOLUTION!! Host audiofile and its metadata on an external web server e.g dropbox in m4v or perhaps ogg format. This seems to be working well in Windows atm at least!! wooop