Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenehp/avfaudio-sys
https://github.com/eugenehp/avfaudio-sys
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eugenehp/avfaudio-sys
- Owner: eugenehp
- License: other
- Created: 2024-06-07T18:26:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T20:50:56.000Z (5 months ago)
- Last Synced: 2024-10-12T02:54:29.934Z (about 1 month ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# avfaudio2-sys
Bindings to `AVFAudio/AVFAudio.h` generated with `bindgen`.
Based on https://github.com/augmented-audio/avfaudio-sys
## Supported platforms
- iphoneos (iOS)
- iphonesimulator (iOS Simulator)
- xros (visionos)
- xrsimulator (visionOS Simulator)
- macosx (macOS)
- watchos (watchOS)
- watchsimulator (watchOS Simulator)
- appletvos (tvOS)## Development
### Build
```shell
cargo +nightly build -Zbuild-std --target aarch64-apple-visionos
```### Run example
```shell
cargo run --example session
```## Authors
Copyright (c) 2022 Pedro Tacla Yamada
Copyright (c) 2024 Eugene Hauptmann## License
[MIT](/LICENSE)