From help-request at octave dot org Wed Dec 22 15:30:23 2004 Subject: Re: Audio i/o From: "Robert A. Macy" To: Jose Colmenares Cc: help at octave dot org Date: Wed, 22 Dec 2004 13:28:55 -0800 Try: wavread.m wavwrite.m they read and generate .wav files that will play on your soundcard with a double click The files can be quite large if the sample rate is high. Don't forget to modify the read/write functions to binary, change 'r' to 'rb' 'w' to 'wb' good luck, - Robert - On Wed, 22 Dec 2004 18:03:23 +0100 (CET) Jose Colmenares wrote: > Hi: > > I want to play, using my soundcard, a certain signal. > I could generate the signal, and play it using the > playsound command. Nevertheless, how do I put the > vector in the correcto format? I've searched the web, > and the page `/pub/usenet/news.answers/audio-fmts' of > the archive site rtfm.mit.edu.' does not longer > exists... > > Thanks. > > > > > ______________________________________________ > Renovamos el Correo Yahoo!: ˇ250 MB GRATIS! > Nuevos servicios, más seguridad > http://correo.yahoo.es > > > > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU > GPL. > > Octave's home on the web: http://www.octave.org > How to fund new projects: > http://www.octave.org/funding.html > Subscription information: > http://www.octave.org/archive.html > ------------------------------------------------------------- > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------