Re: [Tutor] New to this

2010-06-21 Thread Neil Thorman
Thanks all. I think my fundamental error was in thinking of *menu.tx*t as the file and * inp* as containing it's contents in some way. Much more helpful to think of *inp* as the file and then do things to it. Thanks again Neil This email is confidential and intended for addressee only . On Mon

Re: [Tutor] Converting audio samples from 16-bit signed int to float?

2010-06-21 Thread Peter Otten
Joe Veldhuis wrote: > Hello all. I'm writing a program that needs to capture audio from a > soundcard and run FFTs to determine peak frequency for further processing. > The soundcard's native capture format is 16-bit little-endian signed > integer samples (values 0-65535), and of course the FFT fu