I am using musicg to compare audio files and saving the fingerprint prior as a text file makes it far quicker. So for example.
byte [] secondPrint = Audio.newManager.getFingerprintFromFile("File Path");
However, can I convert the fingerprint back to a wave file using musicg? I haven't been able to find any method. Thank you.