Add Play Audio Files

This commit is contained in:
Marcel Bischoff 2015-09-29 01:50:05 +02:00
parent 19a96efbe4
commit fb6622c0ad

View File

@ -292,6 +292,12 @@ defaults read -g NSAutomaticSpellingCorrectionEnabled
afconvert input.mp3 ringtone.m4r -f m4af afconvert input.mp3 ringtone.m4r -f m4af
``` ```
#### Play Audio File
You can play all audio formats that are natively supported by QuickTime.
```bash
afplay -q 1 filename.mp3
```
## Networking ## Networking