https://github.com/keijiro/jp.keijiro.libsoundio
libsoundio C# wrapper for Unity
https://github.com/keijiro/jp.keijiro.libsoundio
audio plugin sound unity unity3d
Last synced: over 1 year ago
JSON representation
libsoundio C# wrapper for Unity
- Host: GitHub
- URL: https://github.com/keijiro/jp.keijiro.libsoundio
- Owner: keijiro
- License: mit
- Created: 2020-02-08T13:17:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T04:50:23.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:43:44.170Z (over 1 year ago)
- Topics: audio, plugin, sound, unity, unity3d
- Language: C#
- Homepage:
- Size: 713 KB
- Stars: 126
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libsoundio Package for Unity

This repository contains a Unity package that provides a C# wrapper for [libsoundio].
[libsoundio]: https://github.com/andrewrk/libsoundio
Currently, only the audio input features are implemented, as the primary focus
of this project is to provide low-latency audio input for Unity.
## System Requirements
- Unity 2019.4 or later
- 64-bit desktop platforms (Windows, macOS, Linux)
## Installation
You can install the libsoundio package (`jp.keijiro.libsoundio`) via the "Keijiro"
scoped registry using the Unity Package Manager. To add the registry to your project,
please follow [these instructions].
[these instructions]:
https://gist.github.com/keijiro/f8c7e8ff29bfe63d86b888901b82644c
## Related Repository
I have made some modifications to libsoundio to address issues encountered during
its integration with Unity. For more details, please refer to the following fork:
https://github.com/keijiro/libsoundio