2013-04-17 23:09:55 -04:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
|
// Licensed under GPLv2
|
|
|
|
|
// Refer to the license.txt file included.
|
2013-01-11 14:03:09 +11:00
|
|
|
|
2014-02-10 13:54:46 -05:00
|
|
|
#pragma once
|
2013-01-11 14:03:09 +11:00
|
|
|
|
|
|
|
|
void dpl2decode(float *samples, int numsamples, float *out);
|
|
|
|
|
void dpl2reset();
|