summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/DPL2Decoder.h
blob: 7e5678d8f226166b043719b514a45644b6805096 (plain)
1
2
3
4
5
6
7
8
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

void DPL2Decode(float* samples, int numsamples, float* out);
void DPL2Reset();