Skip to content

Sample-Offline/audio_cli_command_cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

audio_cli_command_cheatsheet

My audio DSP cheatsheet (mainly for macOS).

Setup Steps

1. Make symlink to home dir

# path/to/repo -> home dir
ln -s ~/dev/cheatsheets/command_cheatsheet/audio_cli_command_cheatsheet.txt ~/audio_cli_command_cheatsheet.txt

2. Make alias for command

vi ~/.zshrc

# In .zshrc
alias my_audio_command_cheatsheet="cat ~/audio_cli_command_cheatsheet.txt"

Helpful Tips

1. Grep for specific thing

my_audio_command_cheatsheet | grep conversion

About

My audio DSP cheatsheet (mainly for macOS).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published