2013-04-18 03:09:55 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2013-01-11 03:03:09 +00:00
|
|
|
|
|
|
|
#ifndef _DPL2DECODER_H_
|
|
|
|
#define _DPL2DECODER_H_
|
|
|
|
|
|
|
|
void dpl2decode(float *samples, int numsamples, float *out);
|
|
|
|
void dpl2reset();
|
|
|
|
|
|
|
|
#endif // _DPL2DECODER_H_
|