Displaying 3 results from an estimated 3 matches for "flacc".
Did you mean:
flac
2004 Sep 10
1
[Flac-users] more front-end trouble
...re these
warnings were scrolled away by the displays from work on other files in the
batch, I wouldn't have known: the front-end reported nothing about the errors.
The wavs were ripped by EAC, and I couldn't imagine what might be troublesome
about them. I resaved them with GoldWave and re-flacced them, but FLAC gave
the same warnings. The resulting .flac files played properly in WinAmp, and
the wavs I decoded from them matched exactly (according to EAC's Compare Wavs
function) to the originals from which they had been encoded.
Was there a problem or wasn't there?
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...*buffer32 = NULL;
unsigned sample32;
unsigned sample, channel;
uint32_t bitsPerSample = this->get_bits_per_sample();
numFrames = inData.GetSize();
numChannels = this->get_channels();
// How big is our sample that we want to give to FLACC?
// bitsPerSample is 8,16,24,32
// So 8 = no change for numFrames
// 16 = half it
// 24,32 = 1/4 the needs..
if (bitsPerSample == 16)
numFrames = numFrames / 2;
else if (bitsPerSample > 16)
numFrames = numFrames / 4;
// if stereo then spread data...
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
I'm using libFLACC++ and libFLAC and I think that I'm using the calls in the
typical order (see code below). But every monoe or stereo file that I send
thru I get files that are the same sze as the orginal wave files.
Doing a flac -a on the flac files I see that I get:
frame=9 blocksize=4608 sample_rate=8000...