Add repeat count setting to openmpt decoder

This commit is contained in:
GrimReaperFloof
2021-05-26 23:16:05 +02:00
parent dc5b9d989b
commit 6f64fa070d
2 changed files with 5 additions and 0 deletions

View File

@@ -505,6 +505,8 @@ Module player based on `libopenmpt <https://lib.openmpt.org>`_.
* - Setting
- Description
* - **repeat_count**
- Set how many times the module repeats. -1: repeat forever. 0: play once, repeat zero times (the default). n>0: play once and repeat n times after that.
* - **stereo_separation**
- Sets the stereo separation. The supported value range is [0,200]. Defaults to 100.
* - **interpolation_filter 0|1|2|4|8**