You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`knight.a is actually all the knight sounds concatenated together. So the parser would have to read all the those files and separate them out before reading them individually.
The dos sound files are all creative lab voc files that pygame could read
but ggez/rodio cannot. Seeing as the DOS sound is terrible http://leastsignificant.blogspot.com/2018/05/moonstone-hard-days-knight-amiga.html it's probably just better to implement amiga sound and ignore dos for now.
The amiga sound files are all
*.a
files, e.gknight.a
`knight.a is actually all the knight sounds concatenated together. So the parser would have to read all the those files and separate them out before reading them individually.
We'd need to implement 8svx as a rodio source https://docs.rs/rodio/0.10.0/rodio/source/trait.Source.html
The text was updated successfully, but these errors were encountered: