mirror of
https://github.com/nzeemin/ukncbtl-utils.git
synced 2025-04-18 06:04:02 +03:00
Sav2Wav: pause at the end - by Pyk
This commit is contained in:
parent
2421ac7045
commit
6f5085afd9
@ -327,6 +327,9 @@ void Convert()
|
||||
|
||||
fclose(inputfile);
|
||||
|
||||
// Пауза в конце
|
||||
PauseWrite(11000);
|
||||
|
||||
DefWaveFormat(); // Формируем длину в заголовке WAV-файла
|
||||
|
||||
fseek(outputfile, 0, SEEK_END);
|
||||
|
Loading…
x
Reference in New Issue
Block a user