]> code.octet-stream.net Git - m17rt/commit
New Soundcard struct, use it in test programs
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Thu, 23 Jan 2025 22:37:24 +0000 (09:37 +1100)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Thu, 23 Jan 2025 22:37:24 +0000 (09:37 +1100)
commit6440cd74346c4b2d63d4774476e8c6113c032534
tree435eb617cd8ffc132bad35a140f3b49691f5d401
parent1a444762d8fd7d48e4f56a87c6bd77f837522d5d
New Soundcard struct, use it in test programs
15 files changed:
Cargo.lock
Cargo.toml
m17app/src/adapter.rs
m17app/src/error.rs
m17app/src/lib.rs
m17app/src/soundcard.rs [new file with mode: 0644]
m17app/src/soundmodem.rs
m17codec2/src/lib.rs
m17core/src/tnc.rs
tools/m17rt-demod/src/main.rs
tools/m17rt-mod/src/main.rs
tools/m17rt-rxpacket/src/main.rs
tools/m17rt-soundcards/Cargo.toml [new file with mode: 0644]
tools/m17rt-soundcards/src/main.rs [new file with mode: 0644]
tools/m17rt-txpacket/src/main.rs