praat_addAction1(classSound,0,U"Concatenate with overlap...",nullptr,1,NEW1_Sounds_concatenateWithOverlap);
...
...
@@ -2409,6 +2427,8 @@ void praat_Sound_init () {
praat_addAction2(classLongSound,0,classSound,0,U"Write to NIST file...",U"*Save as NIST file...",praat_DEPRECATED_2011,SAVE_LongSound_Sound_saveAsNistFile);
praat_addAction2(classLongSound,0,classSound,0,U"Save as FLAC file...",nullptr,0,SAVE_LongSound_Sound_saveAsFlacFile);
praat_addAction2(classLongSound,0,classSound,0,U"Write to FLAC file...",U"*Save as FLAC file...",praat_DEPRECATED_2011,SAVE_LongSound_Sound_saveAsFlacFile);
praat_addAction1(classSoundList,1,U"Extract all Sounds",nullptr,0,NEWMANY_Extract_all_Sounds);
// U"GPU matrix multiplication incorrect: unexpected zero at row ", rowNumber, U" and column ", columnNumber, U": value should be ", checkedValue, U".");