Results 1 to 6 of 6

Thread: Timidity broken, crackling noise

  1. #1
    Join Date
    Sep 2011
    Beans
    692

    Timidity broken, crackling noise

    Timidity has stopped working, it used to work just fine but now if I do
    Code:
    timidity whatever.mid
    all I get is a crackling noise for a couple of seconds. I can still use timidity to convert a midi file into a wav and it works as intended but cannot play directly.
    Code:
    rivasdom@RivasPC-2:~$ timidity aa.mid
    Requested buffer size 32768, fragment size 8192
    ALSA pcm 'default' set buffer size 32768, period size 8192 bytes
    Playing aa.mid
    MIDI file: aa.mid
    Format: 1  Tracks: 3  Divisions: 192
    Sequence: St. Anne
    Text: By William Croft, 1708
    Copyright: Public  domain
    Text: Generated by NoteWorthy Composer
    Track name: Unnamed-000
    Track name: Unnamed-001
    No instrument mapped to tone bank 0, program 91 - this instrument will not be heard
    Playing time: ~21 seconds
    Notes cut: 37
    Notes lost totally: 0
    I'd appreciate any help that i can get with this.

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Timidity broken, crackling noise

    Sometimes pulseaudio gets balled up. Try killing it. It should restart itself automatically. Then try playing a midi file:

    Code:
    pulseaudio -k
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Sep 2011
    Beans
    692

    Re: Timidity broken, crackling noise

    still not working, but thanks for replying.

  4. #4
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Timidity broken, crackling noise

    Does timidity have a debug mode? Open a terminal:

    Code:
    timidity --debug midifile.mid
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  5. #5
    Join Date
    Sep 2011
    Beans
    692

    Re: Timidity broken, crackling noise

    There is no debug option, but thanks anyway

  6. #6
    Join Date
    Apr 2015
    Beans
    1

    Re: Timidity broken, crackling noise

    Try
    env PULSE_LATENCY_MSEC=80 timidity xxxx.mid
    same with audacity cracklin, just change 80 to 50 or whatever is good enough.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •