Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joushx/liquid-dsp-go
Go wrapper for the liquid DSP library (https://github.com/jgaeddert/liquid-dsp)
https://github.com/joushx/liquid-dsp-go
Last synced: about 11 hours ago
JSON representation
Go wrapper for the liquid DSP library (https://github.com/jgaeddert/liquid-dsp)
- Host: GitHub
- URL: https://github.com/joushx/liquid-dsp-go
- Owner: joushx
- License: mit
- Created: 2022-08-03T08:27:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T14:02:31.000Z (about 2 years ago)
- Last Synced: 2024-11-12T00:42:50.819Z (2 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/joushx/liquid-dsp-go
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liquid-dsp-go
Go wrapper for the liquid DSP library## Installation
```
go get github.com/joushx/liquid-dsp-go
```## Usage
```
import "github.com/joushx/liquid-dsp-go/pkg/liquid"
```## Limitations
See `liquid.i` for ignored symbols that currently make problems.