pan not working, can not pan an stereo track with openAl.
I will change to miniaudio, tag this before changes.
This commit is contained in:
parent
ba9fcfadeb
commit
78695b7976
11 changed files with 108 additions and 59 deletions
|
|
@ -1,18 +1,19 @@
|
|||
#ifndef OLATHREAD_H
|
||||
#define OLATHREAD_H
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
#include <QDebug>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <ola/DmxBuffer.h>
|
||||
#include <ola/Logging.h>
|
||||
#include <ola/OlaClientWrapper.h>
|
||||
#include <ola/client/OlaClient.h>
|
||||
#include <ola/DmxBuffer.h>
|
||||
#include <ola/client/ClientTypes.h>
|
||||
#include <ola/Callback.h>
|
||||
|
||||
#include "defines.h"
|
||||
#include "dmxPersonality.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue