What is the difference between .aif and .rst?
- Extension
 - .aif
 - .rst
 
- Format
 - Binary
 - Text
 
- Category
 - Audio
 - Document
 
- Developer
 - Apple
 - The file type rst (or reStructuredText File) was created by the Python Software Foundation.
 
- Description
 - This is an audio file very similar to .WAV file but is developed using the Audio Interchange File Format (AIFF). It is mainly used to store standard CD audio.
 - Primarily created for Python, RST is a text file that uses reStructuredText markup language for in-line program documentation. It can also be used to develop standalone documents and simple web pages.
 
- MIME Type
 - audio/aiff
 - text/x-rst
 
- Sample
 - sample.aif
 
- Wikipedia
 - .aif on Wikipedia
 - .rst on Wikipedia