Flac.exe can encode raw samples (several encoding switches are required
to tell the encoder how to treat the data), so you could just generate
a file with random data, then run it through flac.exe.
I just tried this and it worked. Just make sure the size of the raw
file in bytes is a multiple of four.
Code:
--------------------
C:\>flac --force-raw-format --endian=big --sign=signed --channels=2
--bps=16 --sample-rate=44100 -T "title=Test" "test.raw"
--------------------
--
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=88688
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta