Reader/Writer code need to know name of file for debugging to be useful

Issue #104 new
IJabz repo owner created an issue

Reader/Writer code need to know name of file for debugging to be useful. Currently they are passed RandomAccessFile and hence do not actually have access to the filename so the logging is not very useful if reading/wring multiple files because cannot tie log message to file.

Comments (3)

  1. IJabz reporter

    Create AudioFileReader2 and AudioFilkeWriter2 as replacements methods and implemented for Dsf and Aiff so far.

  2. Log in to comment