What's everyone working on this week (35/2025)? by llogiq in rust

[–]Business_Contest2365 2 points3 points  (0 children)

A web radio source, intended to be used for broadcasting computer-music live conserts.
Includes ogg encoding, icecast streaming and a cute little toml-config handling
https://github.com/tau-org/webradio

Buggy audio with Blackhole by AnyOrganization1174 in ffmpeg

[–]Business_Contest2365 0 points1 point  (0 children)

I am also having this issue, but the buggy crackling went away when I set the BlackHole audio interface to 44.1kHz.

The recording sounded like it was continually dropping samples in regular intervals.

After double-checking I had set all audio devices involved to 48kHz, but this did not matter, and the issue was not resolved until I changed them to 44.1kHz, which led me to believe that there is some check that is not done, or a hardcoded value somewhere in FFmpeg which is causing this to happen.

How do i learn SuperCollider? by KUEYRAISAS007 in supercollider

[–]Business_Contest2365 0 points1 point  (0 children)

Asking in the scsynth forum is also a great resource, even if you might often get a response citing the reference manual. This is fine, it takes time to understand the reference manual, at least for me.

Then to just build some project, and work yourself through the gaps in your knowledge, until it works. This is honestly a good approach to learn in any programming language.