Displaying 4 results from an estimated 4 matches for "80byte".
Did you mean:
80mbyte
2007 May 23
3
Testing for 1.2beta2
> I have compiled the sample sampleenc.c w/o any errors. then I tried to
> compress a sound file which is in WAV and RAW format but the file size is from
> 200K to 80byte. I think there is somehing wrong but no idea why will be like
> that. any idea?
>
> I used
> 1. sampleenc test.wav > test.spx
> 2. sampleenc test.raw > test.spx
No wonder it's not very big, sampleenc reads from stdin. BTW, the output
of sampleenc is not what most peop...
2007 May 23
2
Testing for 1.2beta2
...>
>
> Quoting Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>:
>
> > > I have compiled the sample sampleenc.c w/o any errors. then I tried to
> > > compress a sound file which is in WAV and RAW format but the file size is
> > from
> > > 200K to 80byte. I think there is somehing wrong but no idea why will be
> > like
> > > that. any idea?
> > >
> > > I used
> > > 1. sampleenc test.wav > test.spx
> > > 2. sampleenc test.raw > test.spx
> >
> > No wonder it's not very big,...
2007 May 22
2
Testing for 1.2beta2
Dan Everton a ?crit :
> Just one minor issue while building for ARM4 targets. The prototype for
> the normalize16 function hasn't been updated in filters_arm4.h. The
> attached patch should fix that.
Patch applied. Thanks. In case you're interested, there's plenty of ARM4
optimisations that need to be updated (since 1.1.12) :-)
> Apart from that, the 1.2beta2 release is
2007 May 23
0
Testing for 1.2beta2
Hi,
I have compiled the sample sampleenc.c w/o any errors. then I tried to
compress a sound file which is in WAV and RAW format but the file size is from
200K to 80byte. I think there is somehing wrong but no idea why will be like
that. any idea?
I used
1. sampleenc test.wav > test.spx
2. sampleenc test.raw > test.spx
Alex
Quoting Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>:
> Dan Everton a ?crit :
> > Just one minor issue while b...