Basic support for calculating audio gains based on the sound processor's gain curve.
authorCarl Hetherington <cth@carlh.net>
Tue, 31 Jul 2012 18:38:28 +0000 (19:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 31 Jul 2012 18:38:28 +0000 (19:38 +0100)
commit5d0f01f04f85280a562ac9da8f58ad0c3489f7aa
tree7b7639d407e2c2b475cdfe21669831584bc70851
parent75be8cbd1d3307ea62fe8e79543ca518f4ee7bc2
Basic support for calculating audio gains based on the sound processor's gain curve.
14 files changed:
src/lib/config.cc
src/lib/config.h
src/lib/dolby_cp750.cc [new file with mode: 0644]
src/lib/dolby_cp750.h [new file with mode: 0644]
src/lib/scaler.h
src/lib/sound_processor.cc [new file with mode: 0644]
src/lib/sound_processor.h [new file with mode: 0644]
src/lib/util.cc
src/lib/wscript
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/gain_calculator_dialog.cc [new file with mode: 0644]
src/wx/gain_calculator_dialog.h [new file with mode: 0644]
src/wx/wscript