I am trying to rip an flac file from CD using BASS_Encode_FLAC_StartFile:
// use default option
int code = BassEnc_Flac.BASS_Encode_FLAC_StartFile(stream, null, BASSEncode.BASS_ENCODE_FP_AUTO, AudioFileName);
the output flac file plays ok with audio player. But I check the file's meta data with easytag(or some player) and found the Bitrate and Duration are all 0. I also try the option "-0 --bps=768" with BASS_Encode_FLAC_StartFile, the result is the same.
Am I missing something?
Ubuntu 20.04
dotnet core 6.0
Bass.Net 2.4.17