by Chuck aa0hw
Jun 19
brief demo of this high performance ultra low latency QRQ CW AUDIO BANDPASS FILTER written in the Rust Language by the AI Gemini here is a copy of the main.rs(you need to rename the file to just main.rs) https://u.pcloud.link/publink/show?code=XZ3gju5ZW58SeXT5QQJReIYbsfUPMk1mVq9k
Here is the main.rs Cargo.toml file used to compile the main.rs
# Cargo.toml [package] name = "Kaiser_Bandpass_Filter" version = "0.1.0" edition = "2021" [dependencies] jack = "0.11" gtk4 = { version = "0.9", package = "gtk4" } glib = "0.20" num-complex = "0.4" rustfft = "6.0" realfft = "3.4" statrs = "0.16" uuid = { version = "1.0", features = ["v4"] } # Add this line for unique IDs
Cancel
High Performance Ultra Low Latency QRQ CW audio bandpass filter - by Gemini using the Rust Language
by Chuck aa0hw
Jun 19
brief demo of this high performance ultra low latency QRQ CW AUDIO BANDPASS FILTER written in the Rust Language by the AI Gemini here is a copy of the main.rs(you need to rename the file to just main.rs) https://u.pcloud.link/publink/show?code=XZ3gju5ZW58SeXT5QQJReIYbsfUPMk1mVq9k
Here is the main.rs Cargo.toml file used to compile the main.rs
# Cargo.toml [package] name = "Kaiser_Bandpass_Filter" version = "0.1.0" edition = "2021" [dependencies] jack = "0.11" gtk4 = { version = "0.9", package = "gtk4" } glib = "0.20" num-complex = "0.4" rustfft = "6.0" realfft = "3.4" statrs = "0.16" uuid = { version = "1.0", features = ["v4"] } # Add this line for unique IDs