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
- Host: GitHub
- URL: https://github.com/lost22git/miniaudio.zig
- Owner: lost22git
- License: mit
- Created: 2024-05-10T18:08:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:38:14.000Z (about 1 year ago)
- Last Synced: 2024-05-22T13:33:42.940Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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