-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change roger beep volume #642
Comments
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 <#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 <#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: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Is it possible to change the roger beep volume ?
73's
Manu - ON7FQ
The text was updated successfully, but these errors were encountered: