views:

256

answers:

2

Are there any libraries, pieces of code or suchlike that'll let me play ZX Spectrum .ay files in my XNA Game Studio games?

A: 

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.

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.

Jesper Blad Jensen aka. Deldy
+3  A: 

You should convert .ay files to wav first. There is a program here 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? :-)

anonymous