#25220 - ProblemBaby - Wed Aug 18, 2004 11:41 pm
Ive two questions I will start with the quality question:
Ive made a wav-file that is about 1minute
16384hz, 8bit, mono.
When I listen to this in winamp it sounds much better then it does
when I listen to it in no$gba (not tried on hardware, but I think it will be the same), Its more noise.
The way Ive converted is that Ive loaded the data from a wav-file
and then subtract 128 for each sample.
Do winamp change the output in some way or am I doing something wrong when I convert or what is this about?? (Ive not done any compression)
the Compression question:
Iam trying do compress my music (at realtime) with quite bad results the best Ive commed up with will compress it with about 30-45% (lossless)
for a 8bit 16.384hz mono wav.
Ive heard of adpcm how much does it compress and is it lossless?
is there any other nice audio compression algorithms out there that is fast enough to be decoded in runtime?
My goal is to make it compressed to 1kb per second without much noise.
Should I stop dreaming or is this possible?
Thanks in advance!
Ive made a wav-file that is about 1minute
16384hz, 8bit, mono.
When I listen to this in winamp it sounds much better then it does
when I listen to it in no$gba (not tried on hardware, but I think it will be the same), Its more noise.
The way Ive converted is that Ive loaded the data from a wav-file
and then subtract 128 for each sample.
Do winamp change the output in some way or am I doing something wrong when I convert or what is this about?? (Ive not done any compression)
the Compression question:
Iam trying do compress my music (at realtime) with quite bad results the best Ive commed up with will compress it with about 30-45% (lossless)
for a 8bit 16.384hz mono wav.
Ive heard of adpcm how much does it compress and is it lossless?
is there any other nice audio compression algorithms out there that is fast enough to be decoded in runtime?
My goal is to make it compressed to 1kb per second without much noise.
Should I stop dreaming or is this possible?
Thanks in advance!