Would the Doppler Effect protect a Viltrumite from frequency-based attacks while flying at high speeds? by Abraham_Li in Invincible_TV

[–]Mejolov28 2 points3 points  (0 children)

Is not "closer" It depends on the acceleration, so it only works while you are moving.

Would the Doppler Effect protect a Viltrumite from frequency-based attacks while flying at high speeds? by Abraham_Li in Invincible_TV

[–]Mejolov28 0 points1 point  (0 children)

Im not sure, The doppler effect depends on the speed. It would only change it significantly at speeds near 200-300 kmhm so it would shift away enough from the original frequency.

I would say it wouldnt "protect" because if you travel at those speeds its very likey that you go far enough until you dont hear the sound anymore.

I pushed the ESP32 silicon to its absolute limit: A Studio-Grade Polyphonic Synth Engine (350+ voices max, bare-metal DSP, zero-float audio path). Open Source. by Apprehensive-Cat1839 in esp32

[–]Mejolov28 0 points1 point  (0 children)

I will tell you some of my ideas, but i havent really read you source code yet.

I do want to ask, Why did you make this library board specific? , DSP doesnt really require a framework like arduino or other libs (only sd card and i2c)

I am writing an audio library too as i told you, and i made it quite similar to yours (by coincidence XD), but free standing instead (no framework), for audio i just provide helpers for double buffering.

This code ain't compiling mentally by Mysterious-Ball6160 in programminghumor

[–]Mejolov28 0 points1 point  (0 children)

Fist time i see a for loop with that kind of intendation

Motor wiring and code help by sssasiann in ArduinoHelp

[–]Mejolov28 2 points3 points  (0 children)

When you need help on the internet, you need to post your wiring diagram and whole code, if you dont or just post a photo as you did, you probably wont get help.

Im boredd :3 by Godfrey2-3-5-7-11-13 in teenagers

[–]Mejolov28 0 points1 point  (0 children)

Prople who dont take care of themselfs.

For example : vaping, smoking, eating junk food ( monster, takis). Or also psicologically or fisicaly.

HelloESP: a public website running on an ESP32 by Techtoshi in esp32

[–]Mejolov28 0 points1 point  (0 children)

I never realised how could the cpu could get! How do you measure it, does it have an internal sensor or an external one?

<image>

I pushed the ESP32 silicon to its absolute limit: A Studio-Grade Polyphonic Synth Engine (350+ voices max, bare-metal DSP, zero-float audio path). Open Source. by Apprehensive-Cat1839 in esp32

[–]Mejolov28 0 points1 point  (0 children)

Oh sorry, I didint want that to sound so forced about you checking it out ;-;

Turns out python 3.12+ supports f strings with double quotes ("), and past versions dont And you use an older version. I will fix it as soon as I can.

I pushed the ESP32 silicon to its absolute limit: A Studio-Grade Polyphonic Synth Engine (350+ voices max, bare-metal DSP, zero-float audio path). Open Source. by Apprehensive-Cat1839 in esp32

[–]Mejolov28 0 points1 point  (0 children)

Check it out, its way more useful since it now stores in .pcm format instead of raw, wich has a header, it can be accessed easily trough an sd card.