search for: flacfil

Displaying 16 results from an estimated 16 matches for "flacfil".

Did you mean: flacfile
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...eference to `log' /usr/local/lib/libFLAC.so: undefined reference to `floor' In the case of alsaplayer, the configure script is happy, but upon running make, it barfs with these errors: g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../alsaplayer -I/usr/local/include -D_REENTRANT -c FlacFile.cpp -fPIC -DPIC -o FlacFile.lo FlacFile.cpp: In method `bool Flac::FlacFile::open()': FlacFile.cpp:117: implicit declaration of function `int Flac::FLAC__file_decoder_process_metadata(...)' FlacFile.cpp: In method `bool Flac::FlacFile::processOneFrame()': FlacFile.cpp:150: imp...
2004 Sep 10
1
[Flac-users] error: FLAC required!
...tus make[3]: *** [easytag] Error 1 I couldn't find `FLAC__file_decoder_process_metadata' symbol in libFLAC.so.4 either by hands. Making alsaplayer-0.99.72: -------------------------- . . . g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../alsaplayer -I/usr/local/include -D_REENTRANT -c FlacFile.cpp -fPIC -DPIC -o FlacFile.lo FlacFile.cpp: In method `bool Flac::FlacFile::open()': FlacFile.cpp:117: implicit declaration of function `int Flac::FLAC__file_decoder_process_metadata(...)' FlacFile.cpp: In method `bool Flac::FlacFile::processOneFrame()': FlacFile.cpp:150: implicit de...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
...bt it is up to date. It's maintained by another person. > In the case of alsaplayer, the configure script is happy, but upon > running make, it barfs with these errors: > > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../alsaplayer > -I/usr/local/include -D_REENTRANT -c FlacFile.cpp -fPIC -DPIC -o > FlacFile.lo > FlacFile.cpp: In method `bool Flac::FlacFile::open()': > FlacFile.cpp:117: implicit declaration of function `int > Flac::FLAC__file_decoder_process_metadata(...)' > FlacFile.cpp: In method `bool Flac::FlacFile::processOneFrame()'...
2004 Sep 10
2
flac_read callback not called in Windows?
...<< 1); } fprintf(stderr, "end flac_update\n"); } static FLAC__SeekableStreamDecoderReadStatus flac_read(const FLAC__SeekableStreamDecoder *decoder, FLAC__byte buffer[], unsigned *bytes, void *client_data) { fprintf(stderr, "flac_read start ..."); *bytes = mame_fread(flacFile, buffer, *bytes); fprintf(stderr, "flac_read end %d\n ", *bytes); return FLAC__SEEKABLE_STREAM_DECODER_READ_STATUS_OK; } static FLAC__SeekableStreamDecoderSeekStatus flac_seek(const FLAC__SeekableStreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data) { mame_fs...
2004 Oct 03
1
[wolfgang@rohdewald.de: Bug#274700: flac: --export-vc-to should quote strings containing spaces]
...gt; Resent-From: Wolfgang Rohdewald <wolfgang@rohdewald.de> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: Bug#274700: flac: --export-vc-to should quote strings containing spaces Package: flac Version: 1.1.0-11 Severity: normal eval `metaflac --export-vc-to - "$flacfile"` fails if a vc-field contains spaces because the strings are not quoted. If they were, using metaflac in scripts would be much easier like in eval `metaflac --export-vc-to - "$flacfile"` id3 -A "$ALBUM" -t "$TITLE" -a "$ARTIST" -y "$DATE" -...
2012 Feb 26
3
PATCH: Add test for metaflac --add-replay-gain
...+++++++++++ ?1 files changed, 86 insertions(+), 0 deletions(-) diff --git a/test/test_metaflac.sh b/test/test_metaflac.sh index 19f5a00..5b82f11 100755 --- a/test/test_metaflac.sh +++ b/test/test_metaflac.sh @@ -392,6 +392,92 @@ run_metaflac --remove --block-type=VORBIS_COMMENT --dont-use-padding $flacfile ?cmp $flacfile metaflac.flac.ok || die "ERROR, $flacfile and metaflac.flac.ok differ" ?echo OK ? +# Replay gain tests - Test the rates which have specific filter table entries +# and verify that harmonics can be processed correctly. + +tonegenerator () +{ +??? awk -- ' +??? BEGIN { +...
2010 Feb 08
0
Use FLAC__stream_encoder_init_FILE instead of FLAC__stream_encoder_init_file
...le ( encoder, 16) ; > > FLAC__stream_encoder_set_sample_rate ( encoder, 44100 ); > > FLAC__stream_encoder_set_verify( encoder, FALSE ); > > FLAC__stream_encoder_set_blocksize( encoder, 0 ); > > FLAC__stream_encoder_set_compression_level( encoder, 5); > > >> FILE* flacfile = _tfopen(FullFileName,_T("w+b")); > > if( flacfile == NULL ) > > { > > printf(_T("Error creating file %s"), FullFileName); > > return; > > } > > >> FLAC__StreamEncoderInitStatus InitStatus; > > InitSta...
2004 Sep 10
2
converting flac to ogg/flac?
how can i convert a flac file to an ogg/flac file without decoding/encoding?
2014 Nov 30
4
awk vs. mawk
...te=$1 --sign=signed - } REPLAYGAIN_FREQ= @@ -168,6 +153,7 @@ for ACTION in $REPLAYGAIN_FREQ ; do RATE=$(($MULTIPLE * FREQ)) [ $MULTIPLE -eq 1 -o -n "${REPLAYGAIN_FREQ##* $RATE/*}" ] || break echo -n "Testing FLAC replaygain $RATE ($FREQ x $MULTIPLE) ... " + flacfile=$AWK.$RATE.replaygain.flac tonegenerator $RATE > $flacfile run_metaflac --add-replay-gain $flacfile run_metaflac --list $flacfile | grep REPLAYGAIN.*GAIN= | @@ -175,9 +161,11 @@ for ACTION in $REPLAYGAIN_FREQ ; do MEASUREDGAIN="${REPLAYGAIN##*=}" MEASUREDG...
2004 Sep 10
1
[Flac-users] FLAC 1.0.4 build issue
...(C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_metaflac.sh: line 43: 19767 Segmentation fault (core dumped) flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ERROR during generation FAIL: ./test_metaflac.sh Generating streams... Checking for --ogg support in flac... flac --ogg doesn't work Generating multiple input files from noise... Testing multiple...
2004 Sep 10
1
[Flac-users] osx 1.0.4
...0.4, Copyright (C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_metaflac.sh: line 43: 11820 Bus error flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ERROR during generation FAIL: ./test_metaflac.sh Generating streams... Checking for --ogg support in flac... flac --ogg doesn't work Generating multiple input files from noise... Testing multiple...
2006 Aug 28
2
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
doing "make check" on flac-1.1.2, I get a segmentation fault ././test_metaflac.sh: line 51: 17370 Segmentation fault flac $* when running this portion of the test/test_metaflac.sh script: (set -x && run_metaflac --preserve-modtime --add-padding=12345 $flacfile) check_exit check_flac <---------------- where the segfault happens All other tests in 'make check' passed. I commented out this portion of the test script and got a failure in the next line. I also tried adding --dont-use-padding (since that was reported to be a previ...
2004 Sep 10
0
converting flac to ogg/flac?
...n Mon, Jun 21, 2004 at 04:31:02PM +0200, smoerk wrote: > how can i convert a flac file to an ogg/flac file without decoding/encoding? You can't. They are two different sound formats. So different that one is lossless while the other is lossy. You can decode/encode on the fly: flac -d -c <flacfile> | oggenc -q 6 -o <oggfile> - E -- Erik Hovland mail: erik@hovland.org web: http://hovland.org/ PGP/GPG public key available on request
2006 Aug 29
0
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...quot; on flac-1.1.2, I get a segmentation fault > > ././test_metaflac.sh: line 51: 17370 Segmentation fault flac > $* > > when running this portion of the test/test_metaflac.sh script: > > (set -x && run_metaflac --preserve-modtime --add-padding=12345 > $flacfile) > check_exit > check_flac <---------------- where the segfault > happens > > All other tests in 'make check' passed. I commented out this portion > of the test script and got a failure in the next line. I also tried > adding --dont-use-padding (si...
2013 Apr 23
2
Tests not aborting when appropriate
...dB > OK > [...] I don't know why, but the test continues and says all tests passed while that clearly isn't the case. The error-message is echoed by the die function, but for some reason the script isn't exited at all. It seems exit is ignored in the "run_metaflac --list $flacfile | grep REPLAYGAIN.*GAIN= | while read -r REPLAYGAIN ; do" loop, probably because it is in a pipe or something? I get this problem with both bash and dash. I don't know how to fix this. It might be important, because there have been some changes in the way metaflac handles adding rep...
2004 Sep 10
2
[Flac-users] osx 1.0.4
On 10/18/2002 12:50 PM, Josh Coalson wrote: >> i configured and built 1.0.4 in osx 10.2. seemed to build fine, but each time >> i attemped to use the newly compiled flac binary I received this error >> >> "bus error" > > not sure about this one. > >> i nabbed the binaries for 1.0.3 and, each time i use flac to compress >> something in