Add support for Datasat AP2x and USL sound processors when converting
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Jul 2019 00:32:54 +0000 (01:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Jul 2019 00:32:54 +0000 (01:32 +0100)
commite6c828cbd577239e7c8e4c532161084a33843a0f
tree2290dcdc341e47bcec5ed9f364be9f457b7bf3c0
parent8c0414a0dec9f444a80fc30c7be3bc82188446d4
Add support for Datasat AP2x and USL sound processors when converting
fader position to gain.   Stop storing a chosen processor in config;
instead, get the user to choose the processor when calculating gains.
16 files changed:
src/lib/cinema_sound_processor.cc
src/lib/cinema_sound_processor.h
src/lib/config.cc
src/lib/config.h
src/lib/datasat_ap2x.cc [new file with mode: 0644]
src/lib/datasat_ap2x.h [new file with mode: 0644]
src/lib/dolby_cp750.cc
src/lib/dolby_cp750.h
src/lib/usl.cc [new file with mode: 0644]
src/lib/usl.h [new file with mode: 0644]
src/lib/wscript
src/wx/audio_panel.cc
src/wx/gain_calculator_dialog.cc
src/wx/gain_calculator_dialog.h
test/cinema_sound_processor_test.cc [new file with mode: 0644]
test/wscript