brunobord / pomodorock

A single webpage pomodoro timer / tracker that keeps ZERO KNOWLEDGE of your data on the server-side.
http://brunobord.github.io/pomodorock
Do What The F*ck You Want To Public License
17 stars 5 forks source link

Use another format than WAV #26

Open pquentin opened 9 years ago

pquentin commented 9 years ago

So I just used pomodorock on my Firefox OS device using my 3G connection, it works great and I'm thinking about using it to experiment with Firefox OS apps. (The counting part is currently below-the-fold but I don't use that.)

However, the first time the sound plays, it lags for several minutes, plays in several parts, and so on. Terrible experience! Indeed, the sound is a 600KB .wav file. Encoding it to ogg/mp3 can produce a 10x size reduction at least. I don't know about supported file formats in various browsers and royalty issues, however.

Any ideas?