Reduced SPC/SFM gain to 1.0, as a number of SPC files are too loud

CQTexperiment
Chris Moeller 2013-10-30 17:32:11 -07:00
parent 2badd3dbff
commit a02bc5000b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
Spc_Emu::Spc_Emu()
{
set_type( gme_spc_type );
set_gain( 1.4 );
set_gain( 1.0 );
}
Spc_Emu::~Spc_Emu() { }

View File

@ -24,7 +24,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
Sfm_Emu::Sfm_Emu()
{
set_type( gme_sfm_type );
set_gain( 1.4 );
set_gain( 1.0 );
set_max_initial_silence( 30 );
set_silence_lookahead( 30 ); // Some SFMs may have a lot of initialization code
}