Re: [flac-dev] [PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite

2012-04-24 Thread Eric Wong
Cristian Rodríguez wrote: > export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) > > however is not gonna work with dash. $$ works (in POSIX AFAIK, unlike $RANDOM) and sufficient for this purpose ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.o

[flac-dev] Writing seektable using libFLAC++

2012-04-24 Thread Bastiaan Timmer
Hi! I've been using a little C++ program I've written to encode flac files. The program does this in the usual way (I think), by inheriting a class from FLAC::Encoder::File, and passing it chunks of raw samples through process_interleaved()... Anyway, the program works beautifully, and I've now