Search found 5 matches

by RubenvWyk
Fri Oct 28, 2016 6:34 am
Forum: GNU/Linux
Topic: Audacity Spectrum Generation and Python
Replies: 8
Views: 1394

Re: Audacity Spectrum Generation and Python

W0000000T!!!

Will give it a try as soon as I can, and let you know :)

Thank you for all the advice.
by RubenvWyk
Thu Oct 27, 2016 8:05 pm
Forum: GNU/Linux
Topic: Audacity Spectrum Generation and Python
Replies: 8
Views: 1394

Re: Audacity Spectrum Generation and Python

well, I saw that if I take the text from the exported file, and plot it in Excel (for instance) then I get the same graph as Audacity... So I figured I needed this data, plot the graph in Python, and then analyze the graph itself for max, min, turning points, etc... The whole point of all of this is...
by RubenvWyk
Thu Oct 27, 2016 11:36 am
Forum: GNU/Linux
Topic: Audacity Spectrum Generation and Python
Replies: 8
Views: 1394

Re: Audacity Spectrum Generation and Python

Thanks for the advice. I will explore the "mod-script-pipe" and AutoKey avenues and report back. Regarding the FFT in Python... this is what I did do, but my FFT analyses does not output the same graphs (guessing its either my smoothing or windowing methods that are faulty) as Audacity and subsequen...
by RubenvWyk
Thu Oct 27, 2016 8:09 am
Forum: GNU/Linux
Topic: Audacity Spectrum Generation and Python
Replies: 8
Views: 1394

Re: Audacity Spectrum Generation and Python

Yes, I am referring to "Plot Spectrum"...

But instead of having to export the data, since that has to be done manually as far as I know, I want to automate the process :)

record -> analyze recording -> plot spectrum (generate spectrum data) -> python for analysis
by RubenvWyk
Tue Oct 25, 2016 6:32 pm
Forum: GNU/Linux
Topic: Audacity Spectrum Generation and Python
Replies: 8
Views: 1394

Audacity Spectrum Generation and Python

Hi Everybody \m/ First of, I want to say thank you for all the effort you have put into creating Audacity. I learned a great deal, in a very short amount of time with the help of all your efforts. This year, I was working on a DSP project that required me to write a program in Python to plot the spe...