new fixes

This commit is contained in:
Ryzerth
2020-10-20 00:32:17 +02:00
parent 027054b57e
commit 6e5450ed24
19 changed files with 298 additions and 96 deletions

View File

@ -25,7 +25,7 @@ void streamRemovedHandler(void* ctx) {
}
void sampleRateChanged(void* ctx, float sampleRate, int blockSize) {
void sampleRateChanged(void* ctx, double sampleRate, int blockSize) {
}