svxlink
svxlink copied to clipboard
Change roger beep volume
Hi,
Is it possible to change the roger beep volume ?
73's
Manu - ON7FQ
All tones can be adapted or changed.
Find the .tcl files at /usr/share/svxlink/events.d/local and have a look. The tone frequency, duration of tone and audible volume in the command playTone are all adjustable.
Regards Chris G4NAB
On 1 Oct 2023, at 13:26, Manu-on7fq @.***> wrote:
Hi,
Is it possible to change the roger beep volume ?
73's
Manu - ON7FQ
— Reply to this email directly, view it on GitHub https://github.com/sm0svx/svxlink/issues/642, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAKA5EDFK7ICY3BWKWPHALX5FOQBANCNFSM6AAAAAA5OJG4FI. You are receiving this because you are subscribed to this thread.
Hi Chris,I have already found it under usr/share/svxlink/events.d/ Logic.tcl## Executed when the squelch have just closed and the RGR_SOUND_DELAY timer has# expired.#proc send_rgr_sound {} { variable sql_rx_id if {$sql_rx_id != "?"} { # 150 CPM, 1000 Hz, -4 dBFS CW::play $sql_rx_id 150 1000 -4 set sql_rx_id "?" } else { playTone 440 500 100 } playSilence 100}Still, thanks for the tip!73sManuOp 2 okt 2023 om 13:36 heeft Chris G4NAB_F5VMR @.***> het volgende geschreven: All tones can be adapted or changed.
Find the .tcl files at /usr/share/svxlink/events.d/local and have a look. The tone frequency, duration of tone and audible volume in the command playTone are all adjustable.
Regards
Chris G4NAB
On 1 Oct 2023, at 13:26, Manu-on7fq @.***> wrote:
Hi,
Is it possible to change the roger beep volume ?
73's
Manu - ON7FQ
—
Reply to this email directly, view it on GitHub https://github.com/sm0svx/svxlink/issues/642, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAKA5EDFK7ICY3BWKWPHALX5FOQBANCNFSM6AAAAAA5OJG4FI.
You are receiving this because you are subscribed to this thread.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>