Merge branch 'tags' of ssh://git.chaboissier.fr:222/octagonal/oxydsp into tags

This commit is contained in:
2026-04-09 16:35:01 +02:00
14 changed files with 622 additions and 92 deletions

12
Cargo.lock generated
View File

@ -446,6 +446,18 @@ dependencies = [
"rand",
]
[[package]]
name = "bfsk-modem-tx"
version = "0.1.0"
dependencies = [
"cpal",
"hound",
"num",
"oxydsp-dsp",
"oxydsp-flowgraph",
"rand",
]
[[package]]
name = "bit-set"
version = "0.8.0"