ZX Spectrum AY-3-8912 playback in XNA Game Studio - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T23:43:24Zhttp://stackoverflow.com/feeds/question/110973http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/110973/zx-spectrum-ay-3-8912-playback-in-xna-game-studio2ZX Spectrum AY-3-8912 playback in XNA Game StudioPiku2008-09-21T13:01:48Z2009-06-28T16:49:40Z
<p>Are there any libraries, pieces of code or suchlike that'll let me play ZX Spectrum .ay files in my XNA Game Studio games?</p>
http://stackoverflow.com/questions/110973/zx-spectrum-ay-3-8912-playback-in-xna-game-studio/110978#1109780Answer by Jesper Blad Jensen aka. Deldy for ZX Spectrum AY-3-8912 playback in XNA Game StudioJesper Blad Jensen aka. Deldy2008-09-21T13:05:26Z2008-09-21T13:05:26Z<p>If you need sound in XNA, and want XBOX 360 support you need to use the supported file formats. You are properbly better of by trying to convert the .ay files to a format that XNA natively support.</p>
<p>If you only want to support Windows, then search for a .NET Library that can play them, it will work in XNA on windows if it works in .NET.</p>
http://stackoverflow.com/questions/110973/zx-spectrum-ay-3-8912-playback-in-xna-game-studio/1055244#10552443Answer by anonymous for ZX Spectrum AY-3-8912 playback in XNA Game Studioanonymous2009-06-28T16:49:40Z2009-06-28T16:49:40Z<p>You should convert .ay files to wav first. There is a program <a href="http://ldesoras.free.fr/prod.html#src%5Fay3hacking" rel="nofollow">here</a>
to do that. It also comes with source code so someone who have some free time might help by creating a content importer & processor from it? :-)</p>