Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aluebs committed Dec 23, 2022
1 parent 40676bf commit e61c054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audiotools/metrics/quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def visqol(
raise ValueError(f"Unrecognized mode: {mode}")
config.audio.sample_rate = target_sr
config.options.svr_model_path = os.path.join(
os.path.dirname(visqol_lib_py.__file__), "model", svr_model_path)
os.path.dirname(visqol_lib_py.__file__), "model", svr_model_path
)

api = visqol_lib_py.VisqolApi()
api.Create(config)
Expand Down

0 comments on commit e61c054

Please sign in to comment.