• DTMF files for Linux (or any other platform)

    From vallor@vallor@cultnix.org to comp.os.linux.misc on Thu Aug 28 00:37:23 2025
    From Newsgroup: comp.os.linux.misc

    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)EfEo_
    $ 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."
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris Ahlstrom@OFeem1987@teleworm.us to comp.os.linux.misc on Thu Aug 28 09:05:56 2025
    From Newsgroup: comp.os.linux.misc

    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)EfEo_
    $ 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
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Rich@rich@example.invalid to comp.os.linux.misc on Thu Aug 28 20:22:13 2025
    From Newsgroup: comp.os.linux.misc

    vallor <vallor@cultnix.org> 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

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From vallor@vallor@cultnix.org to comp.os.linux.misc on Thu Aug 28 22:21:55 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 28 Aug 2025 20:22:13 -0000 (UTC), Rich <rich@example.invalid>
    wrote in <108qdpl$1jdcq$1@dont-email.me>:

    vallor <vallor@cultnix.org> 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"
    --- Synchronet 3.21a-Linux NewsLink 1.2