When using bin/cue files with audio tracks, these can be converted from bin to FLAC directly using the following command line:
flac -8 --force-raw-format --endian=little --channels=2 --bps=16 --sample-rate=44100 --sign=signed --verify -- track.bin
This may be useful when CD audio is implemented.
When using bin/cue files with audio tracks, these can be converted from bin to FLAC directly using the following command line:
flac -8 --force-raw-format --endian=little --channels=2 --bps=16 --sample-rate=44100 --sign=signed --verify -- track.binThis may be useful when CD audio is implemented.