Skip to content
forked from olilarkin/wdl-ol

Sends audio input to a bluetooth device (RasPi, etc.) - based on olilarkin/wdl-ol

Notifications You must be signed in to change notification settings

jo12bar/bluesend

 
 

Repository files navigation

Bluesend

A simple audio plugin to send raw audio data to any connected bluetooth device (i.e Raspberry Pi).

Based on WDL / IPlug (Oli Larkin Edition).

Part of my SD #22 District Project Scholarship submission.

Installing bluetooth-serial-port

This project relies on Agamnentzar/bluetooth-serial-port to connect to bluetooth devices. I've got it set up as a git submodule. So, after cloning:

$ git submodule init
$ git submodule update
$ cd bluetooth-serial-port
$ cmake .
$ cd ..

If you don't have CMake, you can get it here. Or, if you're on Windows you can install it via chocolatey, i.e:

> choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'

Links to audio SDKs (for future reference)

  • VST SDKs — Contains VST2 and VST3 SDKs. I haven't tested the included ASIO SDK. Feel free to try it out yourself, and tell me what happens!
  • ASIO SDK — The RtAudio download contains a working ASIO SDK (for standalone builds on Windows). Use that.

About

Sends audio input to a bluetooth device (RasPi, etc.) - based on olilarkin/wdl-ol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.8%
  • C++ 38.3%
  • Objective-C++ 4.7%
  • Objective-C 0.6%
  • Python 0.4%
  • PHP 0.3%
  • Other 0.9%