Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.