Reduced SPC/SFM gain to 1.0, as a number of SPC files are too loud
parent
2badd3dbff
commit
a02bc5000b
|
@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||||
Spc_Emu::Spc_Emu()
|
Spc_Emu::Spc_Emu()
|
||||||
{
|
{
|
||||||
set_type( gme_spc_type );
|
set_type( gme_spc_type );
|
||||||
set_gain( 1.4 );
|
set_gain( 1.0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Spc_Emu::~Spc_Emu() { }
|
Spc_Emu::~Spc_Emu() { }
|
||||||
|
|
|
@ -24,7 +24,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||||
Sfm_Emu::Sfm_Emu()
|
Sfm_Emu::Sfm_Emu()
|
||||||
{
|
{
|
||||||
set_type( gme_sfm_type );
|
set_type( gme_sfm_type );
|
||||||
set_gain( 1.4 );
|
set_gain( 1.0 );
|
||||||
set_max_initial_silence( 30 );
|
set_max_initial_silence( 30 );
|
||||||
set_silence_lookahead( 30 ); // Some SFMs may have a lot of initialization code
|
set_silence_lookahead( 30 ); // Some SFMs may have a lot of initialization code
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue