mike_b16 wrote: > I do believe you. I understand that your plugin is expecting the audio > at 16/44,1. I don't believe that I have enough knowledge to create a > parseMetadata routine which can just automatically detect the source > information. That's why I'm asking if I can just hardcode the values in > and avoid having to try to learn Perl or find someone with enough > expertise since I won't use any other formats than 24/192/2ch.
All you need to do is look in other plugin for the parseMetadata routine, copy the code to the WAVIN.pm file, chop out the parsing code from the other plugin and hardcode the values you want in the returned data. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=102551 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
