create stub AMPS handset emulator

This commit is contained in:
2025-03-25 14:20:47 -04:00
parent 483e9d9475
commit 9aeb9ea3f4
5 changed files with 1029 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "amps-handset-emu"
version = "0.1.0"
edition = "2024"
[dependencies]
text_io = "0.1.13"
dasp_signal = "0.11.0"
cpal = "0.15.3"