Looks like `clock_to` got changed to `final_clock` but this one was missed.
This commit is contained in:
Francis Tyers 2021-05-13 16:12:52 +01:00 коммит произвёл GitHub
Родитель 9353bb2121
Коммит e026bb773b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -191,7 +191,7 @@ def apply_sample_augmentations(samples,
process_ahead : int
Number of samples to pre-process ahead of time.
clock : float
Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than clock_to.
Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than final_clock.
final_clock : float
Final clock value between 0.0 and 1.0 for the last sample. Has to be >= than clock.
Requires samples.__len__ attribute.