cwAudioFile.cpp : Added assert(0) for double to 24 bit conversion in writeDouble()

This commit is contained in:
kevin 2024-12-20 14:20:16 -05:00
parent e545c06818
commit b4ad4449c3

View File

@ -1857,6 +1857,7 @@ cw::rc_t cw::audiofile::writeDouble( handle_t h, unsigned frmCnt, unsigned ch
break;
case 24:
assert(0);
break;
case 32: