summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.h
Commit message (Expand)AuthorAgeFilesLines
* sound.cpp: Fix missed samples due to state save (#9917) (#9918) couriersud2022-06-151-0/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* sound.h: Suppress sound_assert errors for fill and copy-type operations when ... AJR2021-12-201-1/+2
* sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap2021-09-241-0/+1
* Add compile-time option to show visible annoying red border when sound is ove... Aaron Giles2021-08-231-0/+1
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-1/+1
* sound: Fix wrapping bug when using fill/copy/bulk-add on write_stream_views Aaron Giles2021-04-211-14/+18
* Use std::clamp in various core functions AJR2021-02-031-10/+4
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-11/+16
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-15/+2
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-41/+45
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-2/+35
* sound: Some optimizations for common cases Aaron Giles2020-09-171-2/+6
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-52/+18
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-18/+52
* sound: Fix edge case where pending sample rate matches output. Aaron Giles2020-09-141-1/+4
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-126/+688
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-0/+3
* sound_stream::sample_rate() was broken since adding support for setting a zer... smf-2018-08-091-1/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+1
* New way to provide DAC reference inputs (nw) AJR2018-01-101-1/+2
* general cleanup: Vas Crabb2017-05-231-5/+2
* XML refactoring: Vas Crabb2016-12-111-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-32/+32
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* simple_list to vector in sound (nw) Miodrag Milanovic2016-06-191-4/+3
* Machine management cleanups AJR2016-04-251-0/+2
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Have sound_stream::input_name return the std::string it constructs AJR2016-01-241-1/+1
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-11/+11
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* got rid of legacy STREAM_UPDATE, created stream_update_delegate and now Miodrag Milanovic2014-04-301-9/+4
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-17/+27
* flagged STREAM_UPDATE as legacy (nw) Oliver Stöneberg2014-03-241-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-20/+20
* Make all items connected to mixer inputs available in the UI, not just items Aaron Giles2012-02-281-7/+6
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+6
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-13/+13
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1