Giter Site home page Giter Site logo

sheaivey / esp32-audioini2s Goto Github PK

View Code? Open in Web Editor NEW
34.0 4.0 7.0 54 KB

A simple MEMS I2S microphone and audio processing library for ESP32.

License: MIT License

C++ 100.00%
arduino-library audio audio-processing esp32 esp32s2 fft frequency i2s inmp441 mems

esp32-audioini2s's Introduction

Title

Description

esp32-audioini2s's People

Contributors

sheaivey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

esp32-audioini2s's Issues

VU meter for stereo data with L/R peaks

Hi. Firstly, this is a handy tool you have built here. If I am using stereo data I2S_CHANNEL_FMT_RIGHT_LEFT' and use your code to split into bands for a VU meter like your FastLED.ino example, then do you see any issues?

In addition to this, I would also like to get peaks for left and right channels. Is there a way to do this?

Thanks!

Frequencies.ino errors

It is not possible to compile frequencies.ino

The error message:

In file included from ~\Documents\Arduino\Frequencies\Frequencies.ino:18:
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h:143:3: error: 'ArduinoFFT' does not name a type; did you mean 'arduinoFFT'?
ArduinoFFT _FFT = nullptr;
^~~~~~~~~~
arduinoFFT
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h: In member function 'void AudioAnalysis::computeFFT(int32_t
, int, int)':
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h:158:7: error: '_FFT' was not declared in this scope
if (_FFT == nullptr || _sampleSize != sampleSize || _sampleRate != sampleRate)
^~~~
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h:162:16: error: 'ArduinoFFT' does not name a type; did you mean 'arduinoFFT'?
_FFT = new ArduinoFFT(_real, _imag, _sampleSize, _sampleRate, _weighingFactors);
^~~~~~~~~~
arduinoFFT
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h:162:27: error: expected primary-expression before 'float'
_FFT = new ArduinoFFT(_real, _imag, _sampleSize, _sampleRate, _weighingFactors);
^~~~~
~\Documents\Arduino\libraries\AudioInI2S/AudioAnalysis.h:172:3: error: '_FFT' was not declared in this scope
_FFT->dcRemoval();
^~~~

exit status 1

Compilation error: exit status 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.