mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
AFV initial commit
This commit is contained in:
committed by
Mat Sutcliffe
parent
7030302e73
commit
b5a2f2ad13
11
src/blacksound/audioutilities.h
Normal file
11
src/blacksound/audioutilities.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef AUDIOUTILITIES_H
|
||||
#define AUDIOUTILITIES_H
|
||||
|
||||
#include "blacksound/blacksoundexport.h"
|
||||
#include <QByteArray>
|
||||
#include <QVector>
|
||||
|
||||
BLACKSOUND_EXPORT QVector<qint16> convertBytesTo16BitPCM(const QByteArray input);
|
||||
BLACKSOUND_EXPORT QVector<qint16> convertFloatBytesTo16BitPCM(const QByteArray input);
|
||||
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user