@spaciath Mudlet might be able to. I use tintin, but I've only seen .wav files being supported. I am very, very tempted to try creating my own mud client in dart and flutter since I'm getting the hang of sockets and streams and all that good stuff, and if I did it would have ogg file support, along with the ability to script sounds and ambiences at the very least.
@destructatron @spaciath Back when I was into MUDs, I did a lot of work with tintin++ and sound packs. I used sox as the backend for sounds, and it supports practically everything, mp3, ogg, opus, wav, flac, etc. There are several of these still floating around in various git repositories, some of which are still actively developed, like the one for Alter Aeon. The latest one I did was for a MUD called End of Time MUD.
- replies
- 1
- announces
- 1
- likes
- 1
@fireborn @spaciath @storm Not everyone knows how regular expressions work, I sure don't. I take one look at one of those and instantly get confused, plus there's also the kinds of regular expressions that are supported. Take the core utils on Linux for example, some support BRE, some support ERE, and some support both and you don't know what the default setting is until one of your expressions silently doesn't work.