summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.cpp
Commit message (Expand)AuthorAgeFilesLines
* schedule/timer: be more consistent with s32 param hap2023-12-111-1/+1
* sound: removed cfg defvol/newvol (was already deprecated) hap2023-12-101-9/+0
* speaker: set pan range to -1 to 1, hap2023-09-101-0/+1
* sound: deprecate cfg defvol, and change newvol to value hap2023-09-091-16/+17
* sound: add configurable speaker panning hap2023-09-091-9/+42
* Adjustments to option priority interactions: Vas Crabb2023-05-091-1/+6
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-5/+2
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+1
* emu/sound.cpp: Don't force lower samplerate for dummy sound output module. (#... feos2022-10-311-8/+0
* sound: save cfg master volume when non-default hap2022-09-291-0/+11
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-161-3/+6
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-7/+8
* sound.cpp: Fix missed samples due to state save (#9917) (#9918) couriersud2022-06-151-4/+17
* Revert "stupid_git" AJR2022-06-041-13/+21
* Merge remote-tracking branch 'upstream/master' AJR2022-06-041-1/+1
|\
| * - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* | stupid_git AJR2022-06-041-21/+13
|/
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap2021-09-241-3/+10
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-24/+22
* sound: Don't go down to the osd on redundant mute calls (like vgmplay's 44100... Olivier Galibert2021-04-161-1/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-34/+24
* Eliminate many unnecessary c_str calls AJR2020-12-211-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-7/+7
* sound: Fix bug where gain was doubly-applied in some cases. Aaron Giles2020-10-251-1/+1
* 07765: Sample rate now saved as part of the stream Aaron Giles2020-10-191-0/+1
* dac/volt_reg: improve performance (#7274) Aaron Giles2020-10-171-0/+1
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-86/+2
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
* sound: Fix assertion when loading save state from command line. Aaron Giles2020-09-241-2/+2
* sound: fix some crackling when upsampling Aaron Giles2020-09-201-1/+1
* sound: Fix asserts due to sample-rate ping-pong in esq5505 driver Aaron Giles2020-09-191-1/+8
* sound: Some optimizations for common cases Aaron Giles2020-09-171-29/+41
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-18/+23
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-23/+18
* sound: Fix #7241, crash when restoring save state. Aaron Giles2020-09-151-0/+4
* sound: Fix edge case where pending sample rate matches output. Aaron Giles2020-09-141-3/+5
* sound: Drive updates more sensibly from the sound manager, fixing some asserts. Aaron Giles2020-09-141-8/+17
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-587/+1071
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory ins... AJR2019-11-241-18/+12
* callback after sound update has generated new samples feos2019-09-241-0/+3
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-4/+20
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-2/+2
* Fix setting sample rate back to zero & crash for synchronous streams when rat... smf-2018-07-291-16/+45
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 Olivier Galibert2018-07-291-31/+8
* vgmplay: start all clocks at zero and reset all sound chips on a song change ... smf-2018-07-271-8/+31
* sound.cpp: Turn this check into an assert now that the caller should prevent ... AJR2018-05-151-3/+1
* sound.cpp: Perform the sanity check from a0137c10da45fe10e52f9debcf00b266f223... AJR2018-05-151-3/+3