Skip to content

C library for cross-platform real-time audio input and output

License

Notifications You must be signed in to change notification settings

keijiro/libsoundio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsoundio fork for Unity plugin

This repository contains a personal fork of libsoundio, where I added some minor modifications/workarounds for the Unity plugin.

How To Build

macOS (arm64/x86_64 universal)

mkdir build
cd build
cmake -D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" -D CMAKE_BUILD_TYPE=Release ..
make
cp libsoundio.2.0.0.dylib soundio.bundle

About

C library for cross-platform real-time audio input and output

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • CMake 2.7%
  • C++ 0.3%