update the acquireDirect API
size_t offset is no more - it is always 0
This commit is contained in:
parent
bc9dd4c2e7
commit
68a550a419
15 changed files with 34 additions and 44 deletions
|
|
@ -23,7 +23,7 @@
|
|||
void DivDispatch::acquire(short** buf, size_t len) {
|
||||
}
|
||||
|
||||
void DivDispatch::acquireDirect(blip_buffer_t** bb, size_t off, size_t len) {
|
||||
void DivDispatch::acquireDirect(blip_buffer_t** bb, size_t len) {
|
||||
}
|
||||
|
||||
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue