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:
snt 2024-04-19 00:21:55 +02:00
parent ba9fcfadeb
commit 78695b7976
11 changed files with 108 additions and 59 deletions

View file

@ -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"