Michal Štrba

Results 78 comments of Michal Štrba

Do you have a code which actually causes this?

Okay, but I don't think returning an error is the right way. I think we just need to fix the bug.

It's impossible to have such large slices anyway, they wouldn't fit into memory, it's clearly some kind of a bug. Right now I'm travelling, so I can't take a look...

Hi! Thanks for the suggestion! The usefulness of this suggestion depends on whether it is actually necessary to close the device before the program exits. I'm not sure about that,...

Hm, that's pretty interesting. Beep uses [Oto](https://github.com/hajimehoshi/oto) for accessing audio hardware and I made the ALSA driver for it, so I'm familiar with it :D. The ALSA driver asks for...

Thanks! Make sure to document it that it's not necessary to call the function at all, it's there just for the special purposes of releasing a device if your system...

Hi, thanks for reporting this! Are you making the calls concurrently? If you are calling `Mixed.Add` multiple times concurrently, that will cause a race condition. In general, no Beep object...

Oh, I just realized what probably is the issue. You're modifying a streamer that's currently playing, right? That will cause a race condition because the speaker will pull data from...

Hi! Sorry for not responding earlier, I was taking a break. There is currently no function in Beep or Oto for this. Have you found a solution since or is...

Hi! Sorry for not responding earlier. Do you still have this problem or have you found a fix?