Should only export mono clips, plus if padding needed, fails as silence is mono. Needs: if(file_info$channels==2) chunk <- tuneR::mono(chunk, which = 'both') after reading file contents
Should only export mono clips, plus if padding needed, fails as silence is mono. Needs:
if(file_info$channels==2) chunk <- tuneR::mono(chunk, which = 'both') after reading file contents