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

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

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.

link|improve this answer
feedback

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? :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.