Search found 21 matches
- Tue Nov 25, 2025 11:18 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1188
Re: Call Volume
I would like to be able to distinguish whether the audio stream I hear is a piece of music or a phone call. If it's a piece of music, I lower the volume. If it's a phone call, I don't lower the volume. I was thinking of checking either "on_phone_connection_status" or "on_phone_voice_call_status." I ...
- Mon Nov 24, 2025 10:35 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1188
Re: Call Volume
How is your reverse camera connected to the Raspberry Pi and how are you displaying the image in Hudiy (the built-in camera view or an HTML view)? Hudiy itself does not change the volume level when the reverse camera is active so it must happens somewhere in PipeWire.
Could you please send us the ...
- Mon Nov 24, 2025 7:24 am
- Forum: Audio
- Topic: Call Volume
- Replies: 9
- Views: 1188
Re: Call Volume
Hi, with this pactl set-sink-volume hudy equalizer sink command, I lower and raise the audio volume. Is there a command that lowers or raises the music volume but not the phone volume? Now, when I put the car in reverse, the music volume goes down, but if I'm on the phone, it goes down as well. Are ...
- Sat Nov 15, 2025 1:37 pm
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1161
Re: Play toutchscreen
I tried simulating key presses or mouse clicks, but I can't find any Python libraries compatible with WayLand. For now, I automatically start music with Android Auto, and I stop it if I don't want to listen to it.
I switched to Trixie. Previously, I automatically started my Python file in /etc/xdg ...
I switched to Trixie. Previously, I automatically started my Python file in /etc/xdg ...
- Wed Nov 12, 2025 12:51 pm
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1161
Re: Play toutchscreen
Hi,
My Mini Cooper has an Arduino Nano installed that translates CAN-BUS messages into messages that can be read by the Raspberry Pi 5. The point where I connected the Arduino to get the CAN-BUS signals is inconvenient for connecting the Raspberry Pi. The two communicate via serial. The commands are ...
My Mini Cooper has an Arduino Nano installed that translates CAN-BUS messages into messages that can be read by the Raspberry Pi 5. The point where I connected the Arduino to get the CAN-BUS signals is inconvenient for connecting the Raspberry Pi. The two communicate via serial. The commands are ...
- Wed Nov 12, 2025 10:58 am
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1161
Re: Play toutchscreen
Hi,
I started working on the audio focus. I get "Attempting to register AudioFocus as a Raspberry audio controller." I then get "register audio focus receiver response, result: 1, id 22." The ID changes every time I run the script.
Fig1.png
When I press the Play (PL) button, I get "executing ...
I started working on the audio focus. I get "Attempting to register AudioFocus as a Raspberry audio controller." I then get "register audio focus receiver response, result: 1, id 22." The ID changes every time I run the script.
Fig1.png
When I press the Play (PL) button, I get "executing ...
- Fri Nov 07, 2025 10:46 am
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1161
Re: Play toutchscreen
Thanks, I'll try to understand how the audio-focus works.
- Thu Nov 06, 2025 9:42 am
- Forum: Audio
- Topic: Play toutchscreen
- Replies: 9
- Views: 1161
Play toutchscreen
Hi,
I have the following problem: Arduino sends the processed CAN-bus signals to the Raspberry Pi, which, via a Python script, manages the day/night, reverse camera, and play, track forward/backward functions. Day/night, and reverse camera functions work immediately. However, the multimedia controls ...
I have the following problem: Arduino sends the processed CAN-bus signals to the Raspberry Pi, which, via a Python script, manages the day/night, reverse camera, and play, track forward/backward functions. Day/night, and reverse camera functions work immediately. However, the multimedia controls ...
- Tue Oct 14, 2025 8:32 pm
- Forum: Raspberry PI
- Topic: Powering the Raspberry PI5 in the car
- Replies: 9
- Views: 1503
Re: Powering the Raspberry PI5 in the car
Hi, I purchased this product
https://wiki.52pi.com/index.php?title=EP-0225
It should arrive in a few days. It's a bit expensive, but I've read positive reviews.
I've been using it for over a month, it works great, no low voltage issues, money well spent
https://wiki.52pi.com/index.php?title=EP-0225
It should arrive in a few days. It's a bit expensive, but I've read positive reviews.
I've been using it for over a month, it works great, no low voltage issues, money well spent
- Thu Oct 09, 2025 8:26 pm
- Forum: Audio
- Topic: status miusic
- Replies: 1
- Views: 303
status miusic
Hi, I wanted to know if there's a command to check if music is playing. I'd like to stop the music when I put it in reverse and only restart it if it was playing before I put it in reverse. Between steering wheel controls and touchscreens, there are several ways to activate/deactivate music playback ...