I know there was a post on http://forum.audacityteam.org/viewtopic.php?f=28&t=4559, and they made it seem complex (probably is). Is there any way of having pitch data export to something like this:
Time (s) | Pitch (Hz)
1 400
2 600
3 440
4 880
5 700
6 700
. .
. .
. .
If there is, how would I do this? If not, is there any open source program that you know of that would work?
Exporting pitch with respect to time to Excel file
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Exporting pitch with respect to time to Excel file
Do you actually have one-second-long blocks of sine tones? Otherwise, what about the complexities of key signature or pitch detection in a piece of complex music, before we get to exporting it as data?TegGagen wrote:I know there was a post on http://forum.audacityteam.org/viewtopic.php?f=28&t=4559, and they made it seem complex (probably is). Is there any way of having pitch data export to something like this:
Time (s) | Pitch (Hz)
1 400
2 600
3 440
4 880
5 700
6 700
If you use Analyze > Plot Spectrum..., and choose an "Autocorrelation" choice or the "Cepstrum" choice you can export a text file containing columns for "Lag", "Frequency" and "Level". "Enhanced Autocorrelation" is probably the best choice for Pitch determination. That is all I know of, unless there are Nyquist Prompt methods.
It depends what your actual goal is. I don't use it, but Sonic Visualiser has some export features.TegGagen wrote:If not, is there any open source program that you know of that would work?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Exporting pitch with respect to time to Excel file
Thanks, that works.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Exporting pitch with respect to time to Excel file
Which, Sonic Visualizer? Clear feedback from you may help other users reading this.TegGagen wrote:Thanks, that works.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual