demozoo / cowbell

A universal web audio player for demoscene / tracker music
https://demozoo.github.io/cowbell/
BSD 3-Clause "New" or "Revised" License
75 stars 6 forks source link

Add support for .psid file extension #16

Closed glennlunder closed 7 years ago

glennlunder commented 7 years ago

To support files hosted on Modland, that carry this extension instead of .sid.

gasman commented 7 years ago

Cowbell itself doesn't do any recognition of file types - you throw a file at a specified player backend, and either it works or it doesn't. If the .psid files on Modland are indeed in the .sid format, then throwing them at the jsSID backend will Just Work :-)

That's useful information for when I come to hook up .sid support on Demozoo though, so thanks for the heads-up! (Now we just need to add links to some of those .psid files on Modland - looks like we don't have anything linking there right now...)