Skip to content

eugenehp/avfaudio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avfaudio

A rust version of setting up AVFAudio and AVAudioSession.

Based on https://github.com/eugenehp/avfaudio-sys

Warning

Work in progress. This library implements only AVAudioSession category setting for now. For full bindings check avfaudio2-sys.

Development

Build

Build on your host system (mac):

cargo build

Or specify target like aarch64-apple-visionos, rest of the parameters are needed for the nightly rust toolchain, since visionOS is a Tier 3 target.

cargo +nightly build -Zbuild-std --target aarch64-apple-visionos

Run example

cargo run --example session

Authors

Copyright (c) 2024-2025 Eugene Hauptmann

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages