wip : pimpled Tx and moved resampler inside GGWave

This commit is contained in:
Georgi Gerganov
2022-05-29 11:13:02 +03:00
parent f4027d619f
commit 481cc4f7e2
8 changed files with 529 additions and 556 deletions

View File

@@ -38,7 +38,7 @@ setup(
keywords = "data-over-sound fsk ecc serverless pairing qrcode ultrasound",
# Build instructions
ext_modules = [Extension("ggwave",
[ggwave_module_src, "ggwave/src/ggwave.cpp", "ggwave/src/resampler.cpp"],
[ggwave_module_src, "ggwave/src/ggwave.cpp"],
include_dirs=["ggwave/include", "ggwave/include/ggwave"],
depends=["ggwave/include/ggwave/ggwave.h"],
language="c++",