.gitignore
.gitlab-ci.yml
Makefile
README.md
pyproject.toml
setup.cfg
docs/conf.py
docs/index.rst
src/sgn_ts.egg-info/PKG-INFO
src/sgn_ts.egg-info/SOURCES.txt
src/sgn_ts.egg-info/dependency_links.txt
src/sgn_ts.egg-info/not-zip-safe
src/sgn_ts.egg-info/requires.txt
src/sgn_ts.egg-info/top_level.txt
src/sgnts/__init__.py
src/sgnts/_version.py
src/sgnts/base/__init__.py
src/sgnts/base/array_ops.py
src/sgnts/base/audioadapter.py
src/sgnts/base/buffer.py
src/sgnts/base/offset.py
src/sgnts/base/slice_tools.py
src/sgnts/base/time.py
src/sgnts/sinks/__init__.py
src/sgnts/sources/__init__.py
src/sgnts/sources/fake_realtime.py
src/sgnts/transforms/__init__.py
src/sgnts/transforms/adder.py
src/sgnts/transforms/align.py
src/sgnts/transforms/correlate.py
src/sgnts/transforms/gate.py
src/sgnts/transforms/matmul.py
src/sgnts/transforms/multiplier.py
src/sgnts/transforms/resampler.py
src/sgnts/transforms/sync.py
src/sgnts/transforms/threshold.py
tests/test_adder_align.py
tests/test_align.py
tests/test_gate.py
tests/test_lloid.py
tests/test_mult.py
tests/test_realtime.py
tests/test_resampler.py
tests/test_segmentsrc.py
tests/test_slices.py
tests/test_threshold.py
tests/test_tsbuffer.py
tests/core/test_arrays.py