Creating an 8-channel, 16-bit audio recorder with ESP32 -- possible?

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wvr

    Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.

  • 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

  • gfx

    GFX is a device independent graphics library primarily intended for IoT MCUs but not limited to that. (by codewitch-honey-crisis)

  • I do something similar to VSPI in my Arduino based drivers for my htcw_gfx library.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • esp-adf

    Espressif Audio Development Framework

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Winduino: The beginnings of an Arduino emulator layer for PC

    1 project | /r/esp32 | 19 Sep 2023
  • I've produced a couple of projects for doing graphics and user-interface stuff

    1 project | /r/embedded | 3 Sep 2023
  • UI/UX and 2d graphics libraries (cross platform)

    1 project | /r/esp32 | 3 Sep 2023
  • If my ESP32 is being powered by a 5V power supply through the 5V Vin pin, can I simultaneously output 3.3V to some other peripherals in the system that require 3.3Volts

    1 project | /r/esp32 | 12 May 2023
  • Guidance on how to get started

    2 projects | /r/esp32 | 16 Apr 2023