add support for 16bit IE reads/writes (fixes #66)

This commit is contained in:
StapleButter
2017-06-24 01:21:09 +02:00
parent 6ba178d7cf
commit 4ffb217791
2 changed files with 12 additions and 0 deletions

View File

@ -117,6 +117,8 @@ public:
break;
}
}
void PanOutput(s32* inbuf, u32 samples, s32* leftbuf, s32* rightbuf);
};
class CaptureUnit