Help - Search - Members - Calendar
Full Version: error with ttaenc 3.0 pre
Hydrogenaudio Forums > Lossless Audio Compression > Lossless / Other Codecs
xmixahlx
self-explanatory title...

(version = ttaenc 3.0 pre 20040318)

compiles with minor errors with gcc:
CODE
mike@xmixahlx:/mnt/build/WIP/ttaenc-3.0.pre.20040318$ make
gcc -c -Wall -O2 -funroll-loops -fomit-frame-pointer ttaenc.c
ttaenc.c: In function `decompress':
ttaenc.c:935: warning: operation on `r' may be undefined
ttaenc.c:935: warning: operation on `r' may be undefined
gcc ttaenc.o -o ttaenc -Wall -O2 -funroll-loops -fomit-frame-pointer -lm


and has a bug with wav input:
CODE
mike@xmixahlx:/mnt/audio/test/41_30sec$ ttaenc3 -e 41_30sec.wav
TTA lossless audio encoder/decoder, release 3.0 pre
Copyright (c) 2003 Alexander Djourik. All rights reserved.
For more information see http://tta.iszf.irk.ru
------------------------------------------------------------
File:    [41_30sec.wav]
Error:   not compatible file format
------------------------------------------------------------
Total:   [0/1, 0.0/5.0 Mb], ratio: 0.000, time: 0'00
------------------------------------------------------------


yet the windows version encodes fine under emulation:
CODE
mike@xmixahlx:/mnt/media/bin/windows$ winex3 ttaenc3.exe -e4 41_30sec.wav
TTA lossless audio encoder/decoder, release 3.0 pre
Copyright (c) 2003 Alexander Djourik. All rights reserved.
For more information see http://tta.iszf.irk.ru
------------------------------------------------------------
File:    [41_30sec.wav]
Encode:  wrote 3371067 bytes, done, ratio: 0.64, time: 3                      
------------------------------------------------------------
Total:   [1/1, 3.2/5.0 Mb], ratio: 0.637, time: 0'03
------------------------------------------------------------



later
ald
QUOTE
ttaenc.c:935: warning: operation on `r' may be undefined
ttaenc.c:935: warning: operation on `r' may be undefined


Thank you for this report. Going to fix this bug now.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.