Arnaud Rebillout

Results 81 comments of Arnaud Rebillout

> Edit: Ah but done is only closed when something calls getInterval, so we'll also need a goroutine to call that constantly to get the signal. Maybe using a time.After...

@d3im I'm not involved in the project anymore, but I was the one who decided to use the [Translation Project](https://translationproject.org/) for translation. Please see https://github.com/nicklan/pnmixer#translation. Then head to the Translation...

Honestly I don't know, this part of the code is not an easy one. Did you try to make the change you suggest? Does it fix your problem?

Maybe in this case it makes sense to re-initialize without prompting the user. No need for an "always re-initialize" option, PNMixer should handle errors by itself when it can. You...

Are you familiar with GLib? I think that the code that tries to hook the soundcard shouldn't be executed immediately (as it is in the current code), but should be...

What I see in your logs is ` debug: audio.c: No soundcard could be hooked !`. Looking in the code: https://github.com/nicklan/pnmixer/blob/44fb908b1662b946e764a905f290ffdb65cbb397/src/audio.c#L716-L720 You get that log if `soundcard` is `NULL`. And...

Yep, for me the whole purpose of PNMixer is to have a good sound mixer for systems that don't have pulseaudio. Maybe a good thing would be to be more...

Hi @milos3, if you wish you can checkout the latest PNMixer version (branch Master) and give it a try. It seems that there have been some improvements with PulseAudio after...

OK, thx for the feedback. I don't think there will be any improvement on that matter until someone is really willing to write a pulseaudio backend for pnmixer. But it's...