yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
132 stars 45 forks source link

Initial support for 22khz DSF audio #3

Closed Sappharad closed 12 years ago

Sappharad commented 12 years ago

DSF output now defaults to 22050hz. This is not selectable in the UI, but there is a flag for it that should be hooked up at some point. These changes allow most DSF files to play back at full speed on the iPhone 4. (Some are still choppy, at least 80% of the hundreds of tracks in Shenmue 1 and 2 play back full speed)

Sappharad commented 12 years ago

If it doesn't let you ignore the conflicting .DS_Store files, let me know. Perhaps I can create another branch and try again without checking those in. I had to use a different Git tool to merge your 1.5rc2 changes into my branch because GitHub.app wouldn't give me the option to use your .DS_Store files over mine. (.DS_Store files probably shouldn't be in the repo anyway)