mpd/doc
bitkeeper 9aa432c078 Support soxr custom recipes.
MPD uses soxr with prefined resample recipes. Soxr also support defining a recipe your self.
This commit will support a custom recipe by changing the existing quality setting to "custom".

The same structs as the predefined recipes uses can now set by hand.

This will make the following settings available:
- precision 16|20|24|28|32 bits, example "28"
- phase_response - 0-100, example "45"
- passband_end - used bandwidth of source 80-99.7%, example "99.7.0"
- stopband_begin - anti aliasing 100.0+%, example "100".
- attenuation - signal reduciton in dB's, 0-30. example "3.0".
- flags "0" - additional bitmask with extra settings

The data is set in the structs soxr_quality_spec and soxr_io_spec (found in soxr.h).
2020-09-04 18:32:03 +02:00
..
conf.py Convert raw manpages to reStructured text 2020-08-14 13:14:34 +02:00
developer.rst meson.build: require GCC 8 or clang 5 2020-05-07 15:04:50 +02:00
doxygen.conf.in doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVG 2016-03-30 13:47:53 +02:00
index.rst doc/user.rst: move plugin reference to plugins.rst 2018-10-30 22:27:42 +01:00
meson.build doc/meson.build: let custom_target() install manpages 2020-08-14 13:50:49 +02:00
mpd.1.rst Merge branch 'document-no-config-option' of git://github.com/naglis/MPD 2020-08-21 14:36:04 +02:00
mpd.conf.5.rst Convert raw manpages to reStructured text 2020-08-14 13:14:34 +02:00
mpdconf.example doc: add docs for wasapi plugin 2020-05-30 22:21:03 +08:00
plugins.rst Support soxr custom recipes. 2020-09-04 18:32:03 +02:00
protocol.rst doc: fix a few typos and missing words 2020-07-10 19:01:53 +03:00
user.rst doc/user.rst: use --stderr option in examples 2020-08-21 14:49:06 +03:00