.flake8
.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
Makefile
README.md
build_requirements.txt
conftest.py
mkdocs.yml
pyproject.toml
docs/gen_ref_nav.py
docs/index.md
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/sgn.css
docs/assets/img/sgnts.png
docs/assets/js/katex.js
docs/background/offsets.md
docs/background/timeseries-concepts.md
docs/developer/develop-elements.md
docs/reference/sinks.md
docs/reference/sources.md
docs/reference/transforms.md
docs/tutorials/first-ts-pipeline.md
docs/tutorials/writing-elements.md
docs/user/configure-audio-adapter.md
docs/user/index.md
docs/user/use-array-backends.md
docs/user/use-buffers-and-frames.md
docs/user/use-plotting.md
docs/user/use-time-slices.md
docs/user/work-with-offsets-and-time.md
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/entry_points.txt
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/compose.py
src/sgnts/filtertools.py
src/sgnts/plotting.py
src/sgnts/py.typed
src/sgnts/utils.py
src/sgnts/base/__init__.py
src/sgnts/base/array_backend.py
src/sgnts/base/array_ops.py
src/sgnts/base/audioadapter.py
src/sgnts/base/base.py
src/sgnts/base/buffer.py
src/sgnts/base/notorch_backend.py
src/sgnts/base/numpy_backend.py
src/sgnts/base/offset.py
src/sgnts/base/slice_tools.py
src/sgnts/base/time.py
src/sgnts/base/torch_backend.py
src/sgnts/decorators/__init__.py
src/sgnts/decorators/sink.py
src/sgnts/decorators/transform.py
src/sgnts/sinks/__init__.py
src/sgnts/sinks/appsink.py
src/sgnts/sinks/collect.py
src/sgnts/sinks/dump.py
src/sgnts/sinks/null.py
src/sgnts/sinks/plot.py
src/sgnts/sources/__init__.py
src/sgnts/sources/fake_series.py
src/sgnts/sources/iter.py
src/sgnts/sources/segment.py
src/sgnts/transforms/__init__.py
src/sgnts/transforms/adder.py
src/sgnts/transforms/align.py
src/sgnts/transforms/amplify.py
src/sgnts/transforms/and_transform.py
src/sgnts/transforms/bit_gen.py
src/sgnts/transforms/converter.py
src/sgnts/transforms/correlate.py
src/sgnts/transforms/gate.py
src/sgnts/transforms/matmul.py
src/sgnts/transforms/nary.py
src/sgnts/transforms/resampler.py
src/sgnts/transforms/sumindex.py
src/sgnts/transforms/threshold.py
tests/test_adder_align.py
tests/test_align.py
tests/test_align_buffers.py
tests/test_amplify.py
tests/test_and_transform.py
tests/test_appsink.py
tests/test_base_alignment_multi_rate.py
tests/test_bit_gen.py
tests/test_buffer.py
tests/test_collect_frame.py
tests/test_compose.py
tests/test_converter.py
tests/test_correlate.py
tests/test_example_collect.py
tests/test_factory_functions.py
tests/test_filtertools.py
tests/test_gate.py
tests/test_init.py
tests/test_iter_source.py
tests/test_lloid.py
tests/test_multi_sink.py
tests/test_nary.py
tests/test_offset.py
tests/test_plot_sink.py
tests/test_plotting.py
tests/test_realtime.py
tests/test_resampler.py
tests/test_resampler_exception.py
tests/test_resource_source.py
tests/test_segment_partial_overlap.py
tests/test_segment_values.py
tests/test_segmentsrc.py
tests/test_slices.py
tests/test_sumindex.py
tests/test_threshold.py
tests/test_tsbuffer.py
tests/test_tsbuffer_torch.py
tests/test_utils.py
tests/core/test_arrays.py
tests/core/test_arrays_no_torch.py
tests/core/test_arrays_torch.py
tests/core/test_audioadapter.py
tests/core/test_base.py
tests/sources/test_fake_series.py