diff options
| author | 2025-05-03 23:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-03 23:34:10 +0200 | |
| commit | 6e965f9ce91dee0f4988d93e4305c4191795b435 (patch) | |
| tree | e2287832eafd871bcc4d20ee03bd1e195d86266f /docs | |
| parent | 653a2292b1ce98093d95986565af571cbb601d2f (diff) | |
Add resampler configuration saving and documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/usingmame/mamemenus.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/usingmame/mamemenus.rst b/docs/source/usingmame/mamemenus.rst index d58bfe3756e..963bb42ecae 100644 --- a/docs/source/usingmame/mamemenus.rst +++ b/docs/source/usingmame/mamemenus.rst @@ -356,6 +356,16 @@ parameters of the Default chain are fixed. The default chain allows to create a global setup that one likes and have it applied everywhere by default. +In addition, this menu allows to choose the resampler to use when +converting sample rates between emulated devices. The type allows to +choose between a fast, lower quality one, "LoFi", and a slow, high +quality one "HQ". The HQ resampler is configurable. The latency +indicates the max latency of the resampler, which allows better +quality when higher, the filter length balances quality and speed +where a high value is highest quality but slowest speed, and phases +balances quality and resampler creation time, with one again higher +means better but slower. + Filter effect ~~~~~~~~~~~~~ |
