summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/DPL2Decoder.h
blob: 8252918de365cf61edd9df7fe08ab9a52141a559 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.

#ifndef _DPL2DECODER_H_
#define _DPL2DECODER_H_

void dpl2decode(float *samples, int numsamples, float *out);
void dpl2reset();

#endif  // _DPL2DECODER_H_