aiff « Media File « Java I/O Q&A





1. Any libraries that can parse ID3 chunks from aiff files?    stackoverflow.com

I am learning about the AIFF format and according to wiki these files can contain an ID3 chunk. But most of tools I have tried so far do not ...

2. Java mix aiff audio files    stackoverflow.com

in Java, I have to AIFFs, and, sure enough, for each of them an AudioInputStream object. What I wonder: how can I mix these files into a new AIFF, or, to be ...

3. Is it possible (and how) to determine the endianness of an AIFF audio file?    stackoverflow.com

I work on an audio Importer in JAVA (used in a drum sequencer) and I have the following problem with importing AIFF files: I have 2 AIFF files of the same type ...