Mercurial > hg > auditok
changeset 396:c565749e0b04
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Mon, 08 Aug 2022 23:17:57 +0100 |
parents | a31d4d38c112 (current diff) 82d0fef3d6e4 (diff) |
children | c801276ddf11 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/auditok/core.py Wed Nov 03 13:17:57 2021 +0000 +++ b/auditok/core.py Mon Aug 08 23:17:57 2022 +0100 @@ -668,12 +668,12 @@ @property def sampling_rate(self): - """Samling rate of audio data.""" + """Sampling rate of audio data.""" return self._sampling_rate @property def sr(self): - """Samling rate of audio data, alias for `sampling_rate`.""" + """Sampling rate of audio data, alias for `sampling_rate`.""" return self._sampling_rate @property @@ -1131,7 +1131,7 @@ immediately follows the latest delivered token: >>> from auditok.core import StreamTokenizer - >>> from StringDataSource, DataValidator + >>> from auditok.util import StringDataSource, DataValidator >>> class UpperCaseChecker(DataValidator): >>> def is_valid(self, frame):