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

https://github.com/lost22git/miniaudio.zig

my learning demonstration of Zig code interacting with C code
https://github.com/lost22git/miniaudio.zig

Last synced: 2 months ago
JSON representation

my learning demonstration of Zig code interacting with C code

Awesome Lists containing this project

README

        

# miniaudio for Zig lang

my learning demonstration of Zig code interacting with C code

[API DOC](https://lost22git.github.io/miniaudio.zig)

## Resources

- https://ziglang.org/documentation/master/#C
- https://github.com/mackron/miniaudio

## Usage

### Build and Run app

```sh
zig build run -Doptimize=ReleaseFast -- your.mp3
```

### Build Docs

```sh
zig build docs
```

## Note

- miniaudio could not adjust system volume (only software volume control)
- miniaudio could not adjust playing speed
- miniaudio could not set multi loop points