blob: e89795482b76384f76a3a5f537ef744a77402735 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2013 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();
|