North American Modem Sounds

For topics which do not fit in other specific forums.
rhester72
Top Contributor
Posts: 1119
Joined: Thu Jun 11, 2020 2:31 am
Has thanked: 13 times
Been thanked: 171 times

North American Modem Sounds

Unread post by rhester72 »

Folks who have played with the virtual 'modem' have probably noticed that it has a bit of a European slant. :)

For those that came of age in North America, I've used a number of sources to produce an accurate sound set for every known modem type and US (7-digit speed dial) touch tones and ring tone:

modem_sounds_na.zip
(4.85 MiB) Downloaded 57 times

Place them in \\mister\fat\SOUNDS, then add this to \\mister\fat\linux\MidiLink.INI:

In the main/unlabeled section:

Code: Select all

TCP_SOUND_DIAL      = /media/fat/SOUNDS/dial.wav
TCP_SOUND_RING      = /media/fat/SOUNDS/ring.wav

In [AO486]:

Code: Select all

TCP_SOUND_CONNECT   = /media/fat/SOUNDS/connect_v32.wav

In [C64]:

Code: Select all

TCP_SOUND_CONNECT   = /media/fat/SOUNDS/connect_v22.wav

Adjust as desired. :)

User avatar
ericgus09
Posts: 209
Joined: Mon May 25, 2020 2:47 am
Has thanked: 8 times
Been thanked: 26 times

Re: North American Modem Sounds

Unread post by ericgus09 »

AH thank you .. nothing breaks the illusion more than something like that.. nice fix!
bbond007
Top Contributor
Posts: 521
Joined: Tue May 26, 2020 5:06 am
Has thanked: 86 times
Been thanked: 204 times

Re: North American Modem Sounds

Unread post by bbond007 »

rhester72 wrote: Tue Jul 14, 2020 3:36 pm Folks who have played with the virtual 'modem' have probably noticed that it has a bit of a European slant. :)
Any European slant is purely coincidental as I am from the USA.

The tones are generated from the IP address digits for the host in code. I authored the code using this as my reference --> https://en.wikipedia.org/wiki/Dual-tone ... _signaling.

I have never used any sort of sound analyzer to test the accuracy of the tones, so it might be an inaccurate emulation.

While the canned dialing might be more realistic in a movie prop situation, it won't reflect the actual IP of what is getting dialed and a dynamic situation.

Anyway,

Is the C64 "modem" still working for you folks? I can no longer get it to work after the 9600BPS update... if so what terminal works?

Thanks :)
rhester72
Top Contributor
Posts: 1119
Joined: Thu Jun 11, 2020 2:31 am
Has thanked: 13 times
Been thanked: 171 times

Re: North American Modem Sounds

Unread post by rhester72 »

@hbond007 It was the dial tone or ring (I don't recall which anymore) that was European, not the DTMP itself :)
User avatar
NML32
Posts: 296
Joined: Sun May 24, 2020 6:57 pm
Has thanked: 280 times
Been thanked: 50 times

Re: North American Modem Sounds

Unread post by NML32 »

bbond007 wrote: Fri Jun 25, 2021 11:47 pm Anyway,

Is the C64 "modem" still working for you folks? I can no longer get it to work after the 9600BPS update... if so what terminal works?

Thanks :)
I just connected to enterprisebbs.ddns.net:1701 using ccgms ultimate.d64 @9600 bps.
No issues.
bbond007
Top Contributor
Posts: 521
Joined: Tue May 26, 2020 5:06 am
Has thanked: 86 times
Been thanked: 204 times

Re: North American Modem Sounds

Unread post by bbond007 »

rhester72 wrote: Sat Jun 26, 2021 12:40 am @hbond007 It was the dial tone or ring (I don't recall which anymore) that was European, not the DTMP itself :)
I recreated those from memory and my memory is also not perfect :)
Post Reply