Skip to content

Commit

Permalink
fix(vhs-decode): fix vhs rf eq accidentaly messing with svhs eq
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed May 16, 2024
1 parent b045832 commit a20ecae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vhsdecode/format_defs/vhs.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def fill_rfparams_svhs_shared(rfparams: dict) -> None:
# Use linear ramp to boost RF
rfparams["boost_rf_linear_0"] = 0.5
rfparams["boost_rf_linear_20"] = 100
rfparams["boost_rf_linear_double"] = False

# SVHS uses the emphasis curve from VHS + an additional sub-emphasis filter
# The latter isn't properly implemented yet but
Expand Down

0 comments on commit a20ecae

Please sign in to comment.