Programming Languages: C, C++, Assembly
License: BSD License, GNU Library or Lesser General Public License version 2.0 (LGPLv2), GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@flac.cvs.sourceforge.net:/cvsroot/flac login
cvs -z3 -d:pserver:anonymous@flac.cvs.sourceforge.net:/cvsroot/flac co -P modulename
I have tried to install the flac client on a laptop that I recently bought. I used both IE and Firefox. When adding a folder to be decoded to .wav, I keep getting the following error message: Run-time error '75': Path/File access error The folder and files play in Winamp with no trouble. Please advise- thanks- BW.
2012-05-04 11:34:41 PDT by bworman8
FYI: This can be fixed simply by adding #include <string.h> to the file /flac-1.2.1/examples/cpp/encode/file/main.cpp.
2012-04-11 08:23:25 PDT by https://www.google.com/accounts
Apparently, mono WAV files consisting of just 1 front-left channel are supported by the encoder, but those consisting of just 1 front-right channel are not. They yield the following error: "WAVEFORMATEXTENSIBLE chunk with unsupported channel mask=0x0002" which is generated by encode.c. Since this is a valid mask, I don't see why it isn't supported. It is easy to create such...
2012-02-23 20:02:24 PST by mike_j_brown
Thank you, this fixed the problem.
2012-01-26 00:16:19 PST by Robert Muil
c.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652615 A user tries to compress a WAV file having 24 bit and 96 kHz to FLAC format as follows: flac --bps=16 --sample-rate=44100 -o 1.flac 1.wav However, the resulting FLAC file still has the orignal bit and sample rate, not the ones given on the command line.
2012-01-02 23:50:11 PST by fabian_deb
Running the frontend as administrator should solve the problem.
2011-12-27 04:12:17 PST by djjeck
Depending on your system, you might have to do the same steps inside the c:\windows\SysWOW64 directory instead of c:\windows\system32.
2011-12-27 03:55:07 PST by djjeck