Add audiobook command

This commit is contained in:
Marcel Bischoff 2016-01-27 02:04:04 +01:00
parent 36b8d26ce1
commit 1d7e0e8708

View File

@ -799,6 +799,12 @@ defaults write NSGlobalDomain KeyRepeat -int 0.02
afconvert input.mp3 ringtone.m4r -f m4af afconvert input.mp3 ringtone.m4r -f m4af
``` ```
#### Create Audiobook From Text
Uses "Alex" voice, a plain UTF-8 encoded text file for input and AAC output.
```bash
say -v Alex -f file.txt -o "output.m4a"
```
#### Disable Sound Effects on Boot #### Disable Sound Effects on Boot
```bash ```bash
sudo nvram SystemAudioVolume=" " sudo nvram SystemAudioVolume=" "