commit 9dacb19635ed9103acfafc9d955f2db85fdb95be
parent 7d0b60b5e1f73968e982c85d979f3b9edccd18c6
Author: Nasca Octavian PAUL <zynaddsubfx@yahoo.com>
Date: Sun, 6 Mar 2011 12:50:21 +0200
render buffer error
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Control.cpp b/Control.cpp
@@ -387,7 +387,7 @@ string Control::Render(string inaudio,string outaudio,FILE_TYPE outtype,FILE_TYP
int inbufsize=process.bufsize;
if (inbufsize<32) inbufsize=32;
- short int *inbuf_i=new short int[inbufsize*4];
+ short int *inbuf_i=new short int[inbufsize*8];
int outbufsize;
struct{
REALTYPE *l,*r;
diff --git a/readme.txt b/readme.txt
@@ -82,6 +82,8 @@ History:
- removed the noise on starting/seeking with the player
- bugfix on freeze function
+ 2011????(?)
+ - buffer error on render
Enjoy! :)
Paul