erland;639898 Wrote: > Related to this, does anyone know if there is an easy way to generate a > flac with random audio data ? Basically just a few seconds of random > noise or something similar. > > Or alternatively, how to change the FLAC MD5 checksum from outside ? > > The reason for the question, is that I'd like to be able to generate a > large music library for testing and to be able to use this for future > purposes I'd also like the FLAC Md5 checksum to be different for all > the files. Unfortunately, I can't use my existing library as it > contains too few tracks to be usable, I'd really like to be able to > produce a 100 000 track test library which I could use for testing.
The flac test suite auto-generates some test files. It does this by dumping a small number of chars into a raw file at various offsets, converting to wav and then into flac. This could be automated easily to generate any number of files, each with random or non-repeating sequence of audio junk. Do you need tags and directory structure? -- MrC ------------------------------------------------------------------------ MrC's Profile: http://forums.slimdevices.com/member.php?userid=468 View this thread: http://forums.slimdevices.com/showthread.php?t=88688 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
