faac icon indicating copy to clipboard operation
faac copied to clipboard

Freeware Advanced Audio Coder faac mirror

Results 8 faac issues
Sort by recently updated
recently updated
newest added

1. I don't found any code use ‘’faacEncStruct.coderInfo.bwpInfo‘’ , remove ‘’bwpInfo‘’ can save about 157KB for each channel. 2. in function "faacEncEncode()" ``` if (!hEncoder->sampleBuff[channel]) hEncoder->sampleBuff[channel] = (double*)AllocMemory(FRAME_LEN*sizeof(double)); tmp =...

Hello. I am using libfaac.dll version 1.29. Input data: 44100 Hz 16 bit stereo. calling faacEncOpen(44100, 2, &inputSamples, &maxOutputBytes); Encoder setting: faacEncConfiguration c = (faacEncConfiguration)cfg; c.inputFormat = FAAC_INPUT.I_16BIT; c.bitRate =...

hi, encoding the song High Wire by Badlands produces some really strong weird phasing, flattening and sort of click sound, on the vocals, most noticeable when he sings the phrase...

Running Ubuntu 18.04 LTS. Following the instructions in the INSTALL text file, faac was built and then installed in /usr/local/bin. Running faac then results in the following error: **main.c(507): wrong...

apostrophes show up as � in the encoded file's id3 tag using EAC with FAAC 1.30, English, on Win10 x64 with the following settings --overwrite -q 150 -w -o %dest%...

Here's a sample that exhibits heavy distortion after encoding with FAAC at default settings (`faac original.wav`) and even up to ~160kbps (`faac -b 160 original.wav`): [sample.zip](https://github.com/knik0/faac/files/5560250/sample.zip) The ZIP contains the...

Hi again, Build fine without --enable-drm ```` make[2]: Entering directory '/src/faac-1.29.8/libfaac' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -msse2 -DDRM -g -O2 -fdebug-prefix-map=/src/faac-1.29.8=. -fstack-protector-strong -Wformat...

Hi. There is a flaw in how the encoder decides what is needed for an AAC stream for complex sequences when the VBR quality is above 1000 that it can...