mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
fix output to audio file
This commit is contained in:
parent
4b32599237
commit
63fe2e2c95
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ bool DivEngine::init(String outName) {
|
|||
short* ilBuffer=new short[got.bufsize*2];
|
||||
// render to file
|
||||
remainingLoops=1;
|
||||
play();
|
||||
while (remainingLoops) {
|
||||
nextBuf(NULL,NULL,0,2,got.bufsize);
|
||||
|
||||
|
|
Loading…
Reference in a new issue