tir, 18 03 2008 kl. 12:00 -0600, skrev Daniel J Sebald:
> dbateman wrote:
> > Seems fine to me (at least looking at it) and it shouldn't affect the other
> > functionality, so why not commit it..
> >
> > Cheers
> > D.
>
> Søren Hauberg wrote:
> >>I would be willing to integrate it into octave-fo
dbateman wrote:
> Seems fine to me (at least looking at it) and it shouldn't affect the other
> functionality, so why not commit it..
>
> Cheers
> D.
Søren Hauberg wrote:
>>I would be willing to integrate it into octave-forge if someone can
>>give me SVN access etc.
>
> I'll need your sourceforg
Seems fine to me (at least looking at it) and it shouldn't affect the other
functionality, so why not commit it..
Cheers
D.
--
View this message in context:
http://www.nabble.com/auload-patch-for-24-bit-tp15700408p15779107.html
Sent from the octave-dev mailing list archive at Nabble.com.
Daniel J Sebald wrote:
Attached is a patch that enables auload to read WAV files with 24-bit
data width.
Here's a version where I simply added "int24" to the list in documentation.
I looked at ausave(). However, that doesn't use "int16", "int32", etc. to specify format. Rather,
it uses only
Attached is a patch that enables auload to read WAV files with 24-bit data
width.
Dan
--- auload.m.orig 2008-02-21 00:37:27.0 -0600
+++ auload.m2008-02-21 15:49:04.337754060 -0600
@@ -132,6 +132,10 @@
sampleformat = 'int16';
precision = 'int16';
samples