help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help, sound.m in windows.


From: Robert A. Macy
Subject: Re: Help, sound.m in windows.
Date: Sat, 21 May 2005 08:41:30 -0700

In separate emails I will send you some programs that I use
to work with audio.

to read .wav files...
wavread.m
to write your own .wav files...
wavwrite.m

for a free octave editor, I use Sci.exe from...
  http://www.scintilla.org
Although, I've heard Crimson is very good.

To read files directly I use a free hex editor from...  
  http://www.hhdsoftware.com

To combine large files it is possible to use DOS commands
and concatenate the files, but I use an old DOS program
called... 
  nsplit.exe  
which allows you to split and combine files in any manner
you choose, very easily.

Alfredo, helped me work with sound cards and very kindly
sent me two files (en espanol)
basic_input.m
basic_output.m

"Alfredo de Blas \(UPC/EUETIB\)" <address@hidden> 

Do a search on the web to find the .wav header information.

Look for the information contained in the RIFF header.

               - Robert -


On Sat, 21 May 2005 15:48:17 +0200
 JBMH <address@hidden> wrote:
> Hello
> I'm newbie, and a window's user.
> I study Digital Sound Processing, and I need to  hear the
> waves I make.
> But the sound function doesn't works under windows.
> Can Anyone help-me? telling me how to make it sound or
> telling me how to make a sound file.
> I've tried to do with the file functions but I don't know
> the formats and my audio player don't recognise the file.
> Please.
> Thanks.
> P.D: sorry for my english.
> 
> 
> 
> 
>
-------------------------------------------------------------
> 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]