summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/DPL2Decoder.h
blob: 5bcc5ea244ddcb74e10716174cf28d150a782879 (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();