Export to ascii

Effects, Recipes, Interfacing with other software, etc.
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
Post Reply
daniel.penteado
Posts: 1
Joined: Sat Nov 29, 2008 6:11 pm
Operating System: Please select

Export to ascii

Post by daniel.penteado » Sat Nov 29, 2008 6:14 pm

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

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Export to ascii

Post by kozikowski » Mon Dec 01, 2008 5:29 am

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

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Export to ascii

Post by steve » Mon Dec 01, 2008 7:42 pm

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).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply