...................
This commit is contained in:
parent
6589cd04b3
commit
9bbfdc6f43
2 changed files with 106 additions and 6 deletions
|
|
@ -32,8 +32,11 @@ struct SF_INFO {
|
|||
#endif
|
||||
|
||||
class DivFilePlayer {
|
||||
float* discardBuf;
|
||||
float** blocks;
|
||||
size_t numBlocks;
|
||||
String lastError;
|
||||
SFWrapper sfw;
|
||||
SNDFILE* sf;
|
||||
SF_INFO si;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue