You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
I've started on a package that wraps liquid-dsp, now that liquid has transitioned to an MIT license.
I'm mainly doing this for testing purposes, since liquid-dsp has c implementations of most of the multi rate stuff we added to DSP.jl. Its primary purpose is low level software defined radio, so it'll be helpful to debug Radio.jl once I get it off the ground again.
liquid-dsp is pretty huge, but I'm not sure if it's big enough to warrant using Clang.jl. For the time being, I'm doing the wrapping by hand. I'll continue to wrap the parts of liquid that I need when they come up. If there's anything that the JuliaDSP community need to test, and liquid-dsp has it, let me know. I'll move it to the top of the list.
The text was updated successfully, but these errors were encountered:
Hi @JayKickliter: I was just wondering what happened to LiquidDSP.jl.
Why hasn't it been moved over to JuliaDSP?
Why does it appear to have been abandoned?
I don't actually have a need for it now, but the project does sound interesting. I think the more support Julia has for good libraries, the more likely people will be to start adopting Julia for their own work...
And more they'll start contributing to their own amazing-quality packages!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've started on a package that wraps liquid-dsp, now that liquid has transitioned to an MIT license.
I'm mainly doing this for testing purposes, since
liquid-dsp
has c implementations of most of the multi rate stuff we added toDSP.jl
. Its primary purpose is low level software defined radio, so it'll be helpful to debugRadio.jl
once I get it off the ground again.liquid-dsp
is pretty huge, but I'm not sure if it's big enough to warrant usingClang.jl
. For the time being, I'm doing the wrapping by hand. I'll continue to wrap the parts of liquid that I need when they come up. If there's anything that the JuliaDSP community need to test, andliquid-dsp
has it, let me know. I'll move it to the top of the list.The text was updated successfully, but these errors were encountered: