better blip_buf excess strategy

fixes #133
This commit is contained in:
tildearrow 2022-02-07 21:31:58 -05:00
parent e6201b8390
commit 632f17862e
3 changed files with 24 additions and 8 deletions

View file

@ -114,7 +114,8 @@ struct DivDispatchContainer {
void setRates(double gotRate);
void setQuality(bool lowQual);
void acquire(size_t offset, size_t count);
void fillBuf(size_t runtotal, size_t size);
void flush(size_t count);
void fillBuf(size_t runtotal, size_t offset, size_t size);
void clear();
void init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, unsigned int flags);
void quit();