Search found 2 matches
- Thu Jun 25, 2009 12:36 am
- Forum: General Audio Programming
- Topic: exporting spectrum from command line
- Replies: 3
- Views: 3381
Re: exporting spectrum from command line
thanks, i was searching for something similar,but it's really hard to find sound analysis tools. i now hacked my own cmdline version from the spectrum analyzer together using audacity code and libsndfile but i am wondering why i get different values as audacity. i think it has something to do with t...
- Wed Jun 24, 2009 10:23 pm
- Forum: General Audio Programming
- Topic: exporting spectrum from command line
- Replies: 3
- Views: 3381
exporting spectrum from command line
hi there, i'm searching for a way to get the analyzed data (menu>analyze>plot spectrum) from command line (linux) or at least without starting audacity for every file i want to analyze. the goal is to get the description of the tone in a textfile so something like d6, f#7 ect. i thought about comapr...