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.
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'