Add audiobook command
This commit is contained in:
parent
36b8d26ce1
commit
1d7e0e8708
@ -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=" "
|
||||||
|
Loading…
Reference in New Issue
Block a user