Bfsk modem isolated

This commit is contained in:
2026-03-26 10:44:46 +01:00
parent 4d548a7973
commit cc3ae754ff
14 changed files with 623 additions and 92 deletions

View File

@ -0,0 +1,12 @@
[package]
name = "bfsk-modem-tx"
version = "0.1.0"
edition = "2024"
[dependencies]
oxydsp-flowgraph = {path = "../../oxydsp-flowgraph/"}
oxydsp-dsp = {path = "../../oxydsp-dsp/"}
num = "0.4.3"
hound = "3.5.1"
rand = "0.10.0"
cpal = "0.17.3"