• DTMF files for Linux (or any other platform)

    From vallor@21:1/5 to All on Thu Aug 28 00:37:23 2025
    Hello,

    I looked around for the old Sun DTMF .au files, wasn't able to find them.

    However, just came across this in my installation of Zoom:

    _[/opt/zoom/sip]_(vallor@lm)🐧_
    $ ll
    total 660
    -rw-r--r-- 1 root root 30044 Aug 17 20:15 Hangup.WAV
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_#.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_0.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_1.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_2.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_3.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_4.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_5.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_6.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_7.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_8.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_9.wav
    -rw-r--r-- 1 root root 12392 Aug 17 20:15 dtmf_a.wav
    -rwxr-xr-x 1 root root 12392 Aug 17 20:15 dtmf_dial.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_star.wav
    -rw-r--r-- 1 root root 409666 Aug 17 20:15 ring_pstn.wav

    They are:
    $ file dtmf_5.wav
    dtmf_5.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit,
    mono 16000 Hz

    So should be able to convert them to 8-bit ulaw, if that's what you
    want for your Pi experiments.

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090Ti 24G
    OS: Linux 6.16.3 D: Mint 22.1 DE: Xfce 4.18
    NVIDIA: 580.76.05 Mem: 258G
    "A cat is a four footed allergen."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to vallor on Thu Aug 28 09:05:56 2025
    vallor wrote this post while blinking in Morse code:

    Hello,

    I looked around for the old Sun DTMF .au files, wasn't able to find them.

    However, just came across this in my installation of Zoom:

    _[/opt/zoom/sip]_(vallor@lm)🐧_
    $ ll
    total 660
    -rw-r--r-- 1 root root 30044 Aug 17 20:15 Hangup.WAV
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_#.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_0.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_1.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_2.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_3.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_4.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_5.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_6.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_7.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_8.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_9.wav
    -rw-r--r-- 1 root root 12392 Aug 17 20:15 dtmf_a.wav
    -rwxr-xr-x 1 root root 12392 Aug 17 20:15 dtmf_dial.wav
    -rw-r--r-- 1 root root 16296 Aug 17 20:15 dtmf_star.wav
    -rw-r--r-- 1 root root 409666 Aug 17 20:15 ring_pstn.wav

    They are:
    $ file dtmf_5.wav
    dtmf_5.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 16000 Hz

    So should be able to convert them to 8-bit ulaw, if that's what you
    want for your Pi experiments.

    I made a Yoshimi instrument (.xiz file) for DTMF.

    Can find DTMF files here:

    <https://www.mediacollege.com/audio/tone/dtmf.html>

    They're in mp3 format and don't include dialtone, hangup, and ring-pstn.

    --
    Prosperity makes friends, adversity tries them.
    -- Publilius Syrus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to vallor on Thu Aug 28 20:22:13 2025
    vallor <[email protected]> wrote:
    Hello,

    I looked around for the old Sun DTMF .au files, wasn't able to find them.

    You don't need prerecorded files. Sox can generate DTMF sounds for you
    anytime you need them:

    https://www.reddit.com/r/networking/comments/p7dmmf/comment/h9lhn7q/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Thu Aug 28 22:21:55 2025
    On Thu, 28 Aug 2025 20:22:13 -0000 (UTC), Rich <[email protected]d>
    wrote in <108qdpl$1jdcq$[email protected]>:

    vallor <[email protected]> wrote:
    Hello,

    I looked around for the old Sun DTMF .au files, wasn't able to find
    them.

    You don't need prerecorded files. Sox can generate DTMF sounds for you anytime you need them:

    https://www.reddit.com/r/networking/comments/p7dmmf/comment/h9lhn7q/?
    utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1

    That is pretty slick!

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090Ti 24G
    OS: Linux 6.16.4 D: Mint 22.1 DE: Xfce 4.18
    NVIDIA: 580.76.05 Mem: 258G
    "Everyone hates me because I'm paranoid"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)