Hummer12007

Results 39 comments of Hummer12007

Getting ALSA errors with 2cf3dd1 ``` fuji@antonovka /tmp/SongRec $ cargo run Compiling songrec v0.2.1 (/tmp/SongRec) Finished dev [unoptimized + debuginfo] target(s) in 12.57s Running `target/debug/songrec` thread '' panicked at 'called...

Pinning cpal to 0.13.3 fixes the issue. Added this to my PR.

Reported upstream https://github.com/RustAudio/cpal/issues/617

Can you show me the installed rules and the output of your `id` command?

The easiest way to fix it would be to add yourself to the video group via `usermod -aG video ${USER}` or something similar.

Would this code produce well-formed CSVs when the locale has comma as the decimal separator?

Sure! It's an awesome idea. I'll definitely merge a PR. If you're up to it, I'd be glad to discuss the implementation with you.

Great! You will roughly need to do the following: * Add an option for transition duration (0 by default) * An example of a way to implement smooth transition would...

There's some work-in-progress code in the anim branch, I think there are a few concurrency left to be resolved.

Wow, that's really cool. Nice job!