citra/externals
Dragios a8d0c51c69 Audio Core (#2)
* DSP: Implement Pipe 2

Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the
application signals to the DSP to initialize) and the application (the DSP
provides the memory location of structures in the shared memory region).

* AudioCore: Implement codecs (DecodeADPCM, DecodePCM8, DecodePCM16)

* DSP Pipes: Implement as FIFO

* AudioCore: File structure

* AudioCore: More structure

* AudioCore: Buffer management

* DSP/Source: Reorganise Source's AdvanceFrame.

* Audio Output

* lolidk

* huh?

* interp

* More interp stuff

* oops

* Zero State

* Don't mix Source frame if it's not enabled

* DSP: Forgot to zero a buffer, adjusted thread synchronisation, adjusted format spec for buffers

* asdf

* Get it to compile and tweak stretching a bit.

* revert stretch test

* deleted accidental partial catch submodule commit

* new audio stretching algorithm

* update .gitmodule

* fix OS X build

* remove getopt from rubberband

* #include <stddef> to audio_core.h

* typo

* -framework Accelerate

* OptionTransientsSmooth -> OptionTransientsCrisp

* tweak stretch tempo smoothing coefficient. also switch back to smooth.

* tweak mroe

* remove printf

* sola

* #include <cmath>

* VERY QUICK MERGE TO GET IT WORKING DOESN'T ACTIVATE AUDIO FILTERS

* Reminder to self

* fix comparison

* common/thread: Correct code style

* Thread: Make Barrier reusable

* fix threading synchonisation code

* add profiling code

* print error to console when audio clips

* fix metallic sound

* reduce logspam
2016-04-16 01:10:29 +08:00
..
boost@2dcb9d9796 Audio Core (#2) 2016-04-16 01:10:29 +08:00
cmake-modules fix SDL2 detection for Visual 2016-03-14 17:02:08 -04:00
getopt getopt: Fix macro redefinition warning 2015-07-13 19:47:08 -03:00
glad Externals: Regenerate GLAD with GL_KHR_debug support. 2015-10-17 17:09:07 +01:00
inih Added configuration file system. 2014-10-07 15:09:37 -07:00
microprofile Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
nihstro@26a0a04a45 Update nihstro to latest master 2016-03-15 20:01:25 +01:00
qhexedit CMake cleanup 2014-09-01 18:06:30 -03:00
rubberband Audio Core (#2) 2016-04-16 01:10:29 +08:00
soundtouch Audio Core (#2) 2016-04-16 01:10:29 +08:00