dgrfactory / spcplay

SNES SPC700 Player + Improved SNESAPU.DLL
https://dgrfactory.jp/spcplay/
GNU General Public License v2.0
142 stars 7 forks source link

A option to not ignore silent in the first seconds in wav output #47

Closed monkey03297 closed 2 years ago

monkey03297 commented 2 years ago

I am making a oscilloscope view video, so it is nice to have a option that will not ignore silent in the first seconds in wav output.

dgrfactory commented 2 years ago

Hi, @monkey03297 Thank you for reporting.

Perhaps, the option you want is already exists. Please try, open SPCPLAY.INI and change value of WAVBLANK to -1.

WAVBLANK 0 : -1
monkey03297 commented 2 years ago

Thank you for reply!

Change WAVBLANK to -1 is workinh for me.

I think this issue can be close.