i2s-microphone
There are 25 repositories under i2s-microphone topic.
miketeachman/micropython-i2s-examples
Examples for I2S support on microcontrollers that run MicroPython
maspetsberger/esp32-i2s-mems
Using an I2S MEMS microphone on an ESP32
gregtomasch/nRF52_24-bit-_I2S_Microphone_Audio_Recording_Utility
Record 24-bit Audio with the nRF52 and 24-bit I2S Microphones
makerportal/rpi_i2s
Raspberry Pi I2S Stereo Microphone Analyses in Python
FedericaPaoli1/stm32-speech-recognition-and-traduction
stm32-speech-recognition-and-traduction is a project developed for the Advances in Operating Systems exam at the University of Milan (academic year 2020-2021). It implements a speech recognition and speech-to-text translation system using a pre-trained machine learning model running on the stm32f407vg microcontroller.
kaloprojects/KALO-ESP32-Voice-Assistant
Code snippets showing how to record I2S audio and store as .wav file on ESP32 with SD card, how to transcribe pre-recorded audio via Deepgram SpeechToText (STT) API, how to generate audio from text via TextToSpeech (TTS) API from OpenAI a/o SpeechGen a/o Google TTS. Triggering ESP32 actions via Voice.
esikora/M5StickC_AudioVisLed
Audio visualization based on an M5StickC (ESP32), i2s microphone, FFT and RGB LED strip.
srg74/WLED-ESP32-pico
WLED ESP32 pico board
VladimirV01/voice-remote
This repository contains the information on my adaptation of the Home Assistant voice remote.
cucumberMahach/Esp32_Mic
Example of using an INMP441 microphone with ESP32 over WiFi
kargaranamir/Microphone-Record-Array-FPGA-Verilog
Design and Implementation of Microphone Array using Spartan6 ic, cs5340 ic, and I2S protocol for recording the sound of the heart and lung
RoSchmi/Esp32_I2S_SPH0645_Microphone_Volume
Measure volume of noise using ESP32 and Adafruit I2S Microphone (SPH0645)
RoSchmi/Esp32_I2S_Microphone_Vol_Switcher
Two state sensor (On/Off) reacting on sound levels measured by I2S microphones ( SPH0645LM4 or INMP441 )
SentryCoderDev/SentryBOT_Biped-Framework
This open-source project offers a bipedal modular companion robot and a framework enriched with custom plugins. Designed to be customizable and extendable according to users' needs, this flexible structure is intended for use in robotics and automation projects. The project includes both hardware and software components
Sped0n/eko
BSc Thesis: Design of Sound Source Localization System Based on FPGA and MEMS Microphone.
Unicamp-Odhin/I2S_Microphone
I2S Microphone peripheral written in SystemVerilog HDL
ClaudeMarais/AudioRecording_ESP32-C3
An example of recording audio onto a MicroSD card, using an INMP441 microphone and a XIAO ESP32-C3
dantudose/ESP32-Sparrow-rev2
ESP32 WROVER development board with environmental sensors, tiny OLED display, 18650 battery and SD card slot
1nv4510n/xilinx-zynq-i2s-example
This project implements audio recording (INMP441) and playback (MAX98357A) functionality on the Xilinx Zynq 7000 platform using Linux. The design utilizes an I2S transmitter and receiver, along with an audio formatter, to facilitate high-quality audio processing.
Jjateen/ai-waifu
AI-Waifu is an IoT voice assistant developed for the ECL-108 IoT Workshop. It uses two ESP32 DevKit boards communicating via UART to capture voice input with an INMP441 MEMS microphone and produce speech output through a MAX98357A I2S amplifier. The Google TTS API generates responses in a Japanese female voice.
Yuri213212/I2SMIC
Digit Hackathon 2019
alecproj/microphone-module
Smart Home Microphone Module
bertrik/EspMicServer
Records audio on an ESP8266 from an I2S microphone and serves it as WAV data over a TCP stream