dzubybb

Results 6 comments of dzubybb

I think i'm getting the same error. I'm using rodio to play some streams from internet, which is using cpal and alsa. It's running on micro computer NanoPi Neo with...

i ruled out weak wifi connection by moving esp close to router. I'm using https://github.com/dheijl/swyh-rs as audio source, so i think i should be fine. I'll try to make some...

I tried downloading file from `http://speedtest.ftp.otenet.gr/files/test10Mb.db` (which on my PC in Firefox browser clocks at > 1 MiB/s) and i get only about 10 KiB/s on esp32c3.

> IIRC @MabezDev did some tests and the results where much, much better than your results. t.b.h. I haven't benchmarked it myself Is it possible to get code for those...

Using this code with merged #233 : Code ``` #![no_std] #![no_main] #[path = "../../examples-util/util.rs"] mod examples_util; use examples_util::hal; use embedded_io::blocking::*; use embedded_svc::ipv4::Interface; use embedded_svc::wifi::{AccessPointInfo, ClientConfiguration, Configuration, Wifi}; use esp_backtrace as...

Is it possible that those "security improvements" are the reason that i'm getting null in context from current_playback, even when other device is playing some playlist ?