Tobias Wellnitz

Results 22 comments of Tobias Wellnitz

I think this is just a warning. Here it compiles fine (with the same messages) on Windows 10.

Apart of the compiler, you also have to make sure that the C-Libraries are compiled for the correct OS / Architecture. I'm successfully using docker to cross compile cgo projects...

I confirm this. I already had to tell my 100+ of my users to manually whitelist my site on ABP so that heatmap.js can be loaded

There is a discussion about Github adding eventually M1 Macs to the Github Action farm - although they are still vague by when this will happen. I just downloaded the...

Hi András, thanks for the detailed description. If I understand your answer and your bachelor theses correctly, you create an entire receiver chain for each browser connected via the OpenWebRX...

In principle, the architecture of remoteAudio allows several [audio sinks](https://github.com/dh1tw/remoteAudio/blob/45b7e57a1db48290b49828fc0ff04968ed8ad63a/audio/audio.go#L29) to be registered to the [audio router](https://github.com/dh1tw/remoteAudio/blob/45b7e57a1db48290b49828fc0ff04968ed8ad63a/audio/router.go#L11), which is the final component at the end of an [audio chain](https://github.com/dh1tw/remoteAudio/blob/45b7e57a1db48290b49828fc0ff04968ed8ad63a/audio/chain/chain.go#L14). Frankly...

yes, presenting a direct audio interface into the OS would definitely be the best user experience. Unfortunately, I haven't found a proper way how to do this. Similar to Virtual...

Hi Michael, just to be sure, have you updated both remoteAudio instances to the latest version (0.5.4)? Tobias

I was able to reproduce and fix the problem. Should be solved with [v0.5.5](https://github.com/dh1tw/remoteAudio/releases/tag/v0.5.5)

Hi Michael, unfortunately, I don't have an old Raspi1 or Zero model here to reproduce your problem. A couple of users have reported performance problems with single core Raspis, that's...