All Projects → sonoro1234 → luaRtAudio

sonoro1234 / luaRtAudio

Licence: other
RtAudio + libsndfile lua binding

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
lua
6591 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to luaRtAudio

Unity-Lua
A wrapper around MoonSharp that allows easy development of moddable Unity games
Stars: ✭ 105 (+483.33%)
Mutual labels:  lua-bindings
lua-leveldb
Lua bindings for google's leveldb library.
Stars: ✭ 50 (+177.78%)
Mutual labels:  lua-bindings
lua-linenoise
Lua bindings for linenoise with UTF-8 support (https://github.com/yhirose/linenoise/tree/utf8-support)
Stars: ✭ 43 (+138.89%)
Mutual labels:  lua-bindings
moongl
Lua bindings for OpenGL
Stars: ✭ 85 (+372.22%)
Mutual labels:  lua-bindings
moonvulkan
Lua bindings for Vulkan
Stars: ✭ 31 (+72.22%)
Mutual labels:  lua-bindings
Khronos
The open source intelligent personal assistant
Stars: ✭ 25 (+38.89%)
Mutual labels:  libsndfile
lcurses
Lua bindings for Curses
Stars: ✭ 60 (+233.33%)
Mutual labels:  lua-bindings
SoapyAudio
Soapy SDR plugin for Audio devices
Stars: ✭ 16 (-11.11%)
Mutual labels:  rtaudio
lua-fltk4lua
Lua binding to the Fast Light Tool Kit (FLTK)
Stars: ✭ 51 (+183.33%)
Mutual labels:  lua-bindings
LuaCSP
Communicating Sequential Processes in Lua
Stars: ✭ 40 (+122.22%)
Mutual labels:  lua-bindings
Sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Stars: ✭ 2,791 (+15405.56%)
Mutual labels:  lua-bindings
Ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
Stars: ✭ 9,836 (+54544.44%)
Mutual labels:  lua-bindings

Lua binding of RtAudio and libsndfile

It makes possible to play and record audio files but also to write sound generators and filters in Lua language.

There are still no docs but you can try lua samples to understand the api

Remember to use git submodule update for getting rtaudio folder (it is a submodule pointing to the original RtAudio github)

To build you have two options:
first option expecting cmake to find lua and sndfile:
1- cmake path_to_repository
2- make
second option:
1- provide the paths nedded in build/toolchain.cmake
2- use init_cmake.bat (or adapt to linux and macosx)
3- make install

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].