Max Genson

Results 20 comments of Max Genson

Little update: Codec now works with the DMA! :tada: I just need to figure out a weird number conversion mistake, but that shouldn't be too hard. In the end, I...

Finally finished! You can find the major changes I did in these 2 commits (b2b4f9584172b338c32d66098a8923213e9349bd and 61b8844f4d2dda9c4218e3976d2d01d9932b6e4b). Please refer to the `examples/audio_testsignal.rs` on commit 61b8844f4d2dda9c4218e3976d2d01d9932b6e4b on how to differently setup...

> 1. When the headphone jack is fully inserted, I only get audio in the left headphone speaker, and the right headphone speaker just produces a high pitched buzzing noise...

@miselaytes-anton I haven't had time to check that example yet. Is it only clipping? Then it might be the configuration of the input levels of the new codec (it's quite...

@miselaytes-anton I was able to reproduce the noise. It's there even when no audio is being passed through! I will have to look at that in detail when I'm able...

I commented on your code, I spotted a little error. On little thing I did was to turn on the ADC high pass filter (Reg: 0b000101, Bit 0: 1). That...

It should be working with my repo AFAIK. Prerequisite is a Daisy Seed with the WM8731 codec, it doesn't work with the older Daisy revisions.

Hi, I would be highly interested in I²S support for the ATSAMD51J. If there is any interest in contributing to the HAL instead of me writing a custom solution for...

Thank you very much for your help! There is a PCB with an ATMSAMD51J20 and an off-the-shelf codec as my next project in the making (for work). Once hardware development...

Maybe try and use the [nih-plug](https://github.com/robbert-vdh/nih-plugl) framework (if you want to stay full Rust) and implement all the important functions (inspired from the LADSPA example). I did something else and...