Found a reference to the error on github in the project
https://github.com/jrmuizel/AudioScan-opus
The file ~/src/wav.c is used to scan WAV files and get their metadata
and this source code has the same error message format:
- else {
PerlIO_printf(PerlIO_stderr(), "Unhandled AIFF chunk %s size %d
(skipped)\n", chunk_id, chunk_size);
buffer_consume(buf, chunk_size);
}-
Looking at the readme for the project we see:
-AUTHORS
Andy Grundman, <[email protected]>
Dan Sully, <[email protected]>
COPYRIGHT AND LICENSE
Copyright (C) 2010 Logitech, Inc
-
So I guess its related to the scan retrieving the metadata for each
file.
------------------------------------------------------------------------
posnos's Profile: http://forums.slimdevices.com/member.php?userid=62955
View this thread: http://forums.slimdevices.com/showthread.php?t=106466
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter