summaryrefslogtreecommitdiff
path: root/src/audio_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1298 from lioncash/viewGravatar bunnei2018-09-122-2/+4
|\
| * audio_core/sink_details: Change std::string parameter into std::string_viewGravatar Lioncash2018-09-112-2/+4
* | Merge pull request #1163 from FearlessTobi/add-audio-stretchingGravatar bunnei2018-09-127-49/+185
|\ \ | |/ |/|
| * audio_core: Flush stream when not playing anythingGravatar MerryMage2018-09-126-0/+23
| * cubeb_sink: Downsample arbitrary number of channelsGravatar MerryMage2018-09-091-10/+9
| * cubeb_sink: Perform audio stretchingGravatar MerryMage2018-09-083-24/+26
| * audio_core: Add audio stretcherGravatar MerryMage2018-09-083-0/+101
| * cubeb_sink: Hold last available value instead of writing zerosGravatar MerryMage2018-09-081-5/+15
| * cubeb_sink: Use RingBufferGravatar MerryMage2018-09-081-40/+26
| * Add audio stretching supportGravatar fearlessTobi2018-09-085-0/+15
* | audio_renderer: Rename AudioOut instance to audio_outGravatar MerryMage2018-09-082-7/+7
|/
* Update microprofile scopes.Gravatar Markus Wick2018-09-041-0/+4
* audio_core/filter: Add explicit cast to assignment in Process()Gravatar Lioncash2018-08-211-1/+1
* Merge pull request #1033 from MerryMage/interpGravatar bunnei2018-08-137-3/+267
|\
| * audio_renderer: samples_remaining counts frames, not samplesGravatar MerryMage2018-08-131-1/+1
| * audio_core: InterpolateGravatar MerryMage2018-08-135-0/+121
| * audio_core: Implement low-pass filterGravatar MerryMage2018-08-133-2/+145
* | cubeb_sink: Protect queue with a mutexGravatar MerryMage2018-08-121-0/+6
|/
* Pushed the requested sample rate instead of our fixed sample rateGravatar David Marcec2018-08-121-1/+1
* Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...Gravatar David Marcec2018-08-122-1/+16
* Make building cubeb optionalGravatar KAMiKAZOW2018-08-071-2/+2
* audio_core: Implement audren_u audio playback.Gravatar bunnei2018-08-043-0/+442
* audio_core: Use s16 where possible for audio samples.Gravatar bunnei2018-08-048-33/+24
* audio_core: Port codec code from Citra for ADPCM decoding.Gravatar bunnei2018-08-043-0/+123
* cubeb_sink: Support variable sample_rate and num_channels.Gravatar bunnei2018-08-041-15/+25
* audio_core: Sinks need unique names as well.Gravatar bunnei2018-08-045-9/+14
* audio_core: Streams need unique names for CoreTiming.Gravatar bunnei2018-08-044-9/+13
* Merge pull request #895 from lioncash/sinkGravatar bunnei2018-08-031-5/+8
|\
| * sink_details: Deduplicate long std::function repetitionGravatar Lioncash2018-08-011-4/+6
| * sink_details: std::move std::function instancesGravatar Lioncash2018-08-011-1/+2
* | audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototypeGravatar Lioncash2018-08-022-2/+2
|/
* audio_core: Add configuration settings.Gravatar bunnei2018-07-312-9/+31
* audio_core: Implement Sink and SinkStream interfaces with cubeb.Gravatar bunnei2018-07-308-6/+261
* audio_core: Add interfaces for Sink and SinkStream.Gravatar bunnei2018-07-306-0/+163
* audio_core: Misc. improvements to stream/buffer/audio_out.Gravatar bunnei2018-07-305-20/+32
* audio_core: Add initial code for keeping track of audout state.Gravatar bunnei2018-07-276-0/+334
* Massive removal of unused modulesGravatar James Rowe2018-01-1226-3017/+0
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n302018-01-081-1/+1
* audio: Log dropping frames as trace to reduce spam.Gravatar bunnei2018-01-071-1/+1
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-1/+1
* Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...Gravatar Subv2017-09-255-7/+9
* interpolate: Interpolate on a frame-by-frame basisGravatar MerryMage2017-08-283-88/+74
* CMake: Add SoundTouch include path to target propertyGravatar Yuri Kunde Schlesner2017-05-271-2/+0
* CMake: Define an interface target for SDL2 definitionsGravatar Yuri Kunde Schlesner2017-05-271-2/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-3/+4
* DSP: Create backing memory for entire DSP RAMGravatar Yuri Kunde Schlesner2017-05-094-31/+36
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-264-3/+5
* Support looping HLE audio (#2422)Gravatar Jake Merdich2017-01-292-11/+35
* fixed the override warningGravatar noah the goodra2017-01-271-1/+1
* SDL: Select audio device (#2403)Gravatar Kloen Lansfiel2017-01-257-18/+69