nicolae-stroncea

Results 56 comments of nicolae-stroncea

I'm currently going through my AW database reviewing all events tagged as `audible: true`, and overall, all video content is tagged correctly: - Normal videos, streaming content, audio/video online calls,...

Found a way to do this directly with Sound Drivers using a Python library called SoundCard. This works with any type of applications, not just web browsers. ## Windows and...

@jmealo Not sure if you already found it, but this [tutorial](https://www.youtube.com/watch?v=8IQNhXWaaO0) seemed useful to me. It helps avoid some potential pitfalls of the setup, specifically that if you don't set...

Also found this [command](https://apple.stackexchange.com/questions/363416/how-to-check-if-any-audio-is-currently-playing-via-terminal), which seems to draw inspiration from same source : `if [[ "$(pmset -g | grep ' sleep')" == *"coreaudiod"* ]]; then echo audio is playing; else...

@jmealo that's pretty neat! I imagine there's a lot of nice aw-watcher possibilities lying in there. The script is Python3, but it would need some customizing for Mac to get...

@jmealo nice find! I just tested it, and it works well. Unfortunately, it requires administrative privileges. I had to run powershell as an administrator to get it to work. Here's...

Were you able to somehow do it without privileged access?

I was able to use [this code](https://stackoverflow.com/questions/45422255/determine-if-windows-is-currently-playing-sound) on Windows to detect sound. Runs without any privileges.

This would be slightly more complex (for a minor issue), but it would be great to stay on the same page, and instead just get the HTTP response in a...