VibeSDR
Vibe-coded, but not slop. A mobile-first SDR receiver for iOS, Android & Apple Watch — the live waterfall on your wrist…
C++★ 53
Music exploration app
git clone https://github.com/RuiVarela/Senos.gitRuiVarela/SenosSenos is sound exploration tool from a developer point of view.
It is very lightweight, can be used as a toy or a minimal song composer.
| Play Setup | Instruments | Sequencer | Chainer | Analyser |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
git git@github.com:RuiVarela/Senos.git cd Senos mkdir build cd build # General cmake .. cmake --build . # To build a Release version on Mac: cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=MinSizeRel .. cmake --build . -- -j 8 # Build a release version for mac with arm support cmake -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_BUILD_TYPE=Release .. cmake --build . -- -j 8 lipo -archs Senos.app/Contents/MacOS/Senos # To build a Release version on Windows with the VisualStudio toolchain: cmake .. cmake --build . --config Release cmake --build . --config MinSizeRel
more like this
Vibe-coded, but not slop. A mobile-first SDR receiver for iOS, Android & Apple Watch — the live waterfall on your wrist…
Example project showcasing how to use a Raspberry Pi Pico, Adafruit's PDM MEMS Microphone Breakout, and Adafruit's 2.0"…
search projects, people, and tags