Questions tagged [aif]

Audio Interchange File Format (AIF/AIFF) is an audio file format standard used for storing sound data for personal computers and other electronic audio devices.

Audio Interchange File Format (AIF/AIFF) is an audio file format standard used for storing sound data for personal computers and other electronic audio devices. The format was co-developed by Apple Computer in 1988 based on Electronic Arts' Interchange File Format (IFF, widely used on Amiga systems) and is most commonly used on Apple Macintosh computer systems.

1 questions
19
votes
4 answers

How to convert .aif audio files to mp3?

I have audio files with .aif extensions (AIFF/Amiga/Mac audio). How to play them and, more important: how to convert them to mp3 or other more common audio format? update: trying to run a command found here, namely for i in *.aif; do sox "$i"…
user47206