Browse Source

render buffer error

master
Nasca Octavian PAUL 12 years ago
parent
commit
9dacb19635
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      Control.cpp
  2. +2
    -0
      readme.txt

+ 1
- 1
Control.cpp View File

@@ -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;


+ 2
- 0
readme.txt View File

@@ -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


Loading…
Cancel
Save