Klemens Nanni
Klemens Nanni
Not sure how I broke the windows build with this. I have to use GitHub Actions to test those builds, so iterating over a fix takes time.
> That's what the CI has to say about it: > > > D:\a\1\b\overlay\overlay_xcompile-prefix\src\overlay_xcompile-build\mumble_ol.rc(21) : error RC2127 : version WORDs separated by commas expected > > seems lie the RC...
> Hm, I don't understand it either. I would also have assumed that `CMAKE_PROJECT_VERSION` works 👀 If `PROJECT_VERSION` is working though, I'd be fine with just using that 🤷 It...
> No that I am aware of... But I added a commit with a debug logging statement. Maybe it helps to figure out what's going on So this https://github.com/mumble-voip/mumble/blob/47f9d83ef35fca07e54192c13293dab3f15586a5/overlay/CMakeLists.txt#L6 prints...
Hi everyone! Over at https://github.com/jpochyla/psst/pull/191 psst switched to cpal and I'm working on OpenBSD support. I'm using your feature branch to be able to play music at all, but unfortunately...
`psst` reports 31 seconds of elapsed playback time while 60 seconds have passed on the wall clock. No other issues like stuttering or so, just playback speed. Here are the...
FWIW, recording through `cpal` works correctly on OpenBSD. [aucat(1)](https://man.openbsd.org/aucat.1) plays the file in the correct speed, without problems. ``` $ ./target/release/examples/record_wav Input device: sndio default device Default input config: SupportedStreamConfig...
Use my `openbsd` branch from https://github.com/jpochyla/psst/pull/191 to build on OpenBSD, it contains all quirks, incl. an update to souvlaki where I fixed the error you ran into. Speaking during the...
@AaronM04 Thanks a bunch! @jpochyla just committed further changes, specifically https://github.com/jpochyla/psst/commit/a77465313e9d23dd76d71811d2721c83cca805db https://github.com/jpochyla/psst/commit/df89890dd89283a50113cd8acaa319e64d8d2fac which I rebased onto. Something's still off as you can see in https://github.com/jpochyla/psst/pull/191/commits/a4faacb6b111e3b9211ee4248b4210d29d359088 but playback speed is normal...
> Hi @klemensn, thanks a lot for the PR and for being interested! I'm sorry for being a bit late here. No worries! > Lately I've been trying to switch...