ZX Spectrum AY-3-8912 playback in XNA Game Studio - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T23:43:24Z http://stackoverflow.com/feeds/question/110973 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/110973/zx-spectrum-ay-3-8912-playback-in-xna-game-studio 2 ZX Spectrum AY-3-8912 playback in XNA Game Studio Piku 2008-09-21T13:01:48Z 2009-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#110978 0 Answer by Jesper Blad Jensen aka. Deldy for ZX Spectrum AY-3-8912 playback in XNA Game Studio Jesper Blad Jensen aka. Deldy 2008-09-21T13:05:26Z 2008-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#1055244 3 Answer by anonymous for ZX Spectrum AY-3-8912 playback in XNA Game Studio anonymous 2009-06-28T16:49:40Z 2009-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 &amp; processor from it? :-)</p>