Logo
Explore Help
Sign In
encounter/dolphin
0
0
Fork 0
You've already forked dolphin
mirror of https://github.com/encounter/dolphin.git synced 2026-03-30 11:08:26 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
stable
dolphin/Source/Core/AudioCommon/DPL2Decoder.h
T

9 lines
205 B
C
Raw Permalink Normal View History

Set copyright year to when a file was created
2015-05-24 06:55:12 +02:00
// Copyright 2008 Dolphin Emulator Project
Update license headers to GPLv2+
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
2013-04-17 23:09:55 -04:00
// Refer to the license.txt file included.
Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio is decoded to 5.1. Code adapted from ffdshow.
2013-01-11 14:03:09 +11:00
Replace all include guard ifdefs with "#pragma once"
2014-02-10 13:54:46 -05:00
#pragma once
Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio is decoded to 5.1. Code adapted from ffdshow.
2013-01-11 14:03:09 +11:00
Correct the function casing for DPL2Decoder
2014-07-14 03:03:05 -04:00
void DPL2Decode(float *samples, int numsamples, float *out);
void DPL2Reset();
Reference in New Issue Copy Permalink
Powered by Gitea Page: 202ms Template: 16ms
Auto
English
English
Licenses API