Hello... I would like to know if is there a way to, after record a sound from the microphone, export it to an ascii file (single column, no header, only values) ?
I tried t use the"uncompressed" type of files, but I got no success.
Thanks in advance
Dan
Export to ascii
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
daniel.penteado
- Posts: 1
- Joined: Sat Nov 29, 2008 6:11 pm
- Operating System: Please select
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Export to ascii
Somebody asked for something like this earlier. You need to find the WAV file format specification and use a debugger program and maybe Pearl Script to rip apart the file and scoop out the numbers.
I know of no such program.
It would be quite a spreadsheet, wouldn't it? One second of CD Quality audio equals forty four thousand, one hundred entries, each with a number between 1 and 65,536. If you had a minute of show, Excel would probably explode.
Koz
I know of no such program.
It would be quite a spreadsheet, wouldn't it? One second of CD Quality audio equals forty four thousand, one hundred entries, each with a number between 1 and 65,536. If you had a minute of show, Excel would probably explode.
Koz
Re: Export to ascii
It would be quite easy to write a Nyquist plug in to do this - but why would you want to?
If you are sufficiently motivated, I can give you some pointers with how to do this with Nyquist programming. (Audacity includes a partial implementation of the Nyquist programming language and enables users to write their own plug-ins using a relatively simple programming language).
If you are sufficiently motivated, I can give you some pointers with how to do this with Nyquist programming. (Audacity includes a partial implementation of the Nyquist programming language and enables users to write their own plug-ins using a relatively simple programming language).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)