SaaSHub helps you find the best software and product alternatives Learn more →
Wvr Alternatives
Similar projects and alternatives to wvr
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
gfx
GFX is a device independent graphics library primarily intended for IoT MCUs but not limited to that. (by codewitch-honey-crisis)
-
-
odroid-go-multi-firmware
Odroid-go-multi-firmware is an improvement of the official ODROID-GO firmware. It allows you to keep multiple applications installed in the flash and switch instantly between them.
wvr discussion
wvr reviews and mentions
-
Creating an 8-channel, 16-bit audio recorder with ESP32 -- possible?
I use klm8g1getf. It’s 8GB and about $5 from LCSC, easyEDA has the footprint and symbol. I run mine at 52mhz, 4-line mode. I’m able to playback 20 stereo wavs at once @44.1k 16bit. Writing is a lot slower but 8 should be possible. I wrote my own flat file system to prioritize speed, all the standard file systems will slow you down a lot, as far as I could find, sequential reads and writes are much faster, and most file systems don’t do that. https://github.com/marchingband/wvr/blob/main/src/emmc.c
-
is it possible to port this code to Arduino ide?
https://github.com/marchingband/wvr/blob/main/src/boot.cpp This uses eMMC which is very similar to SD.
- Use samd21 to flash ESP32
-
My lil drum machine project
I have some stock! if you want one just HMU! More info here : https://github.com/marchingband/wvr
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jul 2025
Stats
marchingband/wvr is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of wvr is C.