twilwa

Results 39 comments of twilwa

Maybe a new issue needed, or perhaps expected behavior -- when building from source, screenpipe isn't located in /usr/local/bin or added to $PATH. I can run the binary okay from...

My hunch might be that the ```2024-10-09T02:25:39.770707Z INFO screenpipe_audio::stt: device: pipewire (input), resampling from 44100 Hz to 16000 Hz``` could be causing some issues -- pipewire (and presumably pipewire-pulse) come...

It records my microphone input but never the loopback audio output. Will try the code change after this restart. My obs just started segfaulting after I changed a few settings,...

Prefer that with or without the change described in https://github.com/mediar-ai/screenpipe/issues/450#issuecomment-2401147071 , or doesn't matter? atm building without the code change, behavior is the same on pipewire(output) so far

with jack (after installing actual jack rather than pipewire-pulse emulating jack, which i beleive is the default. cadence does pick up the audio levels, so i'm presuming the jack server...

After confirming with aplay -L that the device is the one associated with my current output audio: ``` 2024-10-09T05:16:59.334042Z ERROR screenpipe_server::core: Error in record_and_transcribe for device iec958:CARD=Device,DEV=0 (output) (iteration 1):...

> ```rust > let config = cpal_audio_device.default_input_config() > ``` tested rebuilding the new UI / rebuilding the binary with this modification as requested here: https://github.com/mediar-ai/screenpipe/issues/450#issuecomment-2401147071, and played around for a...

Was tinkering a bit with it again, today, curious if anyone else on Linux has found a workaround yet?

Did some rerigging, script i'm working with currently is: ```bash #!/usr/bin/env bash set -e set -u set -o pipefail ## Enable for script debugging # set -x SCRIPT_HOME=$(dirname "$(realpath "$0")")...