When I try to save using this filter, I get an error message:
"File is probably in use by another application. Please close the other application and try saving again."
But, the file is not open in any other application. Using CoolEdit Pro 2.0 on Win 2000 pro.
Edit -- It does create an output file, but it is always only 86 bytes long (looks like just a header).
Sorry about that, one function required by file writing was completely missing. I opened FLAC file with the filter and saved the same file to other location and Cool Edit apparently just directly copied the source flac to destination so I didn't notice the problem immediately. Version 0.1.1 uploaded which fixes this.
I could use some help from someone who is familiar with FLAC encoding libraries, when I change some encoding settings from defaults I get artifacts in the encode, namely with these settings:
FLAC__seekable_stream_encoder_set_blocksize ( encoder, 4608 );
FLAC__seekable_stream_encoder_set_max_lpc_order ( encoder, 8 );
FLAC__seekable_stream_encoder_set_do_exhaustive_model_search ( encoder, false );
FLAC__seekable_stream_encoder_set_min_residual_partition_order ( encoder, 3 );
FLAC__seekable_stream_encoder_set_max_residual_partition_order ( encoder, 3 );