Skip to content

Simple script for creating spectrograms from flac files

License

Notifications You must be signed in to change notification settings

ALi3naTEd0/spex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spex

Simple script for creating spectrograms from flac files

Requirements

Sox:

  • Windows: http://sox.sourceforge.net/
  • Linux(deb): sudo apt-get -y install sox
  • Linux(arch): paru -S sox
  • Linux(fedora): sudo dnf -y install sox

Windows

  • Download and install SoX
  • Add it to your PATH variables (Usually C:\Program files\sox-14...)
  • Download BAT file from here and place it under "C:\scripts\spex.cmd" for example
  • Now add that folder to PATH variables so that you can call it anywhere with Ctrl+L and just typing: spex.cmd
  • That's it, enjoy!

Linux

  • Open a terminal and type or paste the following: git clone https://github.com/ALi3naTEd0/spex.git
  • Navigate into the directory: cd spex
  • We make the script executable so we can run it: chmod +x spex
  • Now we move it to the local bin directory so you can call it from wherever you need to: sudo cp spex /usr/local/bin/
  • That's it, enjoy!

Contribute

Join me on Discord

About

Simple script for creating spectrograms from flac files

Resources

License

Stars

Watchers

Forks

Packages

No packages published