- changes from pvqa-server project

This commit is contained in:
2018-07-15 11:46:50 +03:00
parent a6535bdb97
commit 20ee81666b
11 changed files with 118 additions and 37 deletions

View File

@@ -7,7 +7,8 @@
#ifndef __AUDIO_WAVFILE_H
#define __AUDIO_WAVFILE_H
//#include "helper/HL_Types.h"
#include "helper/HL_Sync.h"
#include "helper/HL_Types.h"
#include "Audio_Resampler.h"
#include <stdio.h>
@@ -15,7 +16,6 @@
#include <memory>
#include <mutex>
#include "helper/HL_Types.h"
namespace Audio
{