index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
sound.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sound.cpp: Fix missed samples due to state save (#9917) (#9918)
couriersud
2022-06-15
1
-0
/
+5
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-2
/
+2
*
sound.h: Suppress sound_assert errors for fill and copy-type operations when ...
AJR
2021-12-20
1
-1
/
+2
*
sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off)
hap
2021-09-24
1
-0
/
+1
*
Add compile-time option to show visible annoying red border when sound is ove...
Aaron Giles
2021-08-23
1
-0
/
+1
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
1
-1
/
+1
*
sound: Fix wrapping bug when using fill/copy/bulk-add on write_stream_views
Aaron Giles
2021-04-21
1
-14
/
+18
*
Use std::clamp in various core functions
AJR
2021-02-03
1
-10
/
+4
*
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
2020-12-27
1
-11
/
+16
*
Complete sound modernization of remaining devices. Legacy callbacks and strea...
Aaron Giles
2020-09-28
1
-15
/
+2
*
Disable SOUND_DEBUG for non-debug builds, and srcclean
Vas Crabb
2020-09-27
1
-41
/
+45
*
sound: Add a few new helpers to write_stream_view
Aaron Giles
2020-09-20
1
-2
/
+35
*
sound: Some optimizations for common cases
Aaron Giles
2020-09-17
1
-2
/
+6
*
Revert "sound: Improved view interfaces to match usage patterns"
Aaron Giles
2020-09-17
1
-52
/
+18
*
sound: Improved view interfaces to match usage patterns
Aaron Giles
2020-09-17
1
-18
/
+52
*
sound: Fix edge case where pending sample rate matches output.
Aaron Giles
2020-09-14
1
-1
/
+4
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-126
/
+688
*
Expose sound buffer and samplerate to luaengine (#5497)
feos
2019-08-17
1
-0
/
+3
*
sound_stream::sample_rate() was broken since adding support for setting a zer...
smf-
2018-08-09
1
-1
/
+1
*
This causes huge changes in behaviour that can't be hand-waved away.
Vas Crabb
2018-01-13
1
-2
/
+1
*
New way to provide DAC reference inputs (nw)
AJR
2018-01-10
1
-1
/
+2
*
general cleanup:
Vas Crabb
2017-05-23
1
-5
/
+2
*
XML refactoring:
Vas Crabb
2016-12-11
1
-2
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-32
/
+32
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-27
/
+27
*
simple_list to vector in sound (nw)
Miodrag Milanovic
2016-06-19
1
-4
/
+3
*
Machine management cleanups
AJR
2016-04-25
1
-0
/
+2
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-1
/
+1
*
Have sound_stream::input_name return the std::string it constructs
AJR
2016-01-24
1
-1
/
+1
*
modernized configuration_manager (nw)
Miodrag Milanovic
2016-01-10
1
-2
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-1
/
+1
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-11
/
+11
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
got rid of legacy STREAM_UPDATE, created stream_update_delegate and now
Miodrag Milanovic
2014-04-30
1
-9
/
+4
*
konamigx: Reverb me harder baby! [O. Galibert]
Olivier Galibert
2014-04-08
1
-17
/
+27
*
flagged STREAM_UPDATE as legacy (nw)
Oliver Stöneberg
2014-03-24
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-43
/
+43
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-1
/
+1
*
Separated user gain from input gain. Added more functions to
Aaron Giles
2012-04-26
1
-20
/
+20
*
Make all items connected to mixer inputs available in the UI, not just items
Aaron Giles
2012-02-28
1
-7
/
+6
*
Latest delegate changes removed the need for bindable_object, so
Aaron Giles
2011-04-29
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-6
/
+6
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-0
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-13
/
+13
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-1
/
+1
[next]