MistressRemilia

joined 2 years ago
[–] [email protected] 3 points 3 weeks ago (1 children)

Yeah I have the same issue, both in body texts and in usernames. I'm not 100% sure if this is just a Mastodon limitation or not, though (I primarily use a Sharkey instance).

[–] [email protected] 4 points 3 weeks ago (3 children)

Hey, mod over at social.sdf.org here. I don't have permissions to fully administer the instance (and I don't think the other mod does, either), so you'll want to email the instance administrators ([email protected]) and let them know. Might be a software configuration issue.

[–] [email protected] 9 points 1 month ago

If I get to haunt a location when I die, I am totally making dick jokes through Ouija boards and other devices.

[–] [email protected] 4 points 1 month ago

So.... Chickens = zombie dinosaurs? /s

[–] [email protected] 12 points 1 month ago (2 children)

My last one literally said we might find the paint still damp and tacky.

[–] [email protected] 7 points 1 month ago* (last edited 1 month ago)
[–] [email protected] 10 points 1 month ago (3 children)

Yes, a validated TTY account is required for social.sdf.org

[–] [email protected] 8 points 1 month ago

fwiw, I've tried emailing [email protected] three times in mid January about getting my Pixelfed 2FA reset. Never heard back. Between that and the issue here, I'm wondering if they're just spinning stuff up and then ignoring it.

I was made a mod on social.sdf.org but I report to no one and am basically left to my own devices there, too.

[–] [email protected] 8 points 2 months ago

Easily my favorite pizza, ngl. Though I've noticed that the location matters.

[–] [email protected] 11 points 2 months ago

He just wants his bucket back after all these years.

[–] [email protected] 7 points 2 months ago

Chilly, but warmer than it was last weekend. Been gaming mostly.

 

iirc, the voice in this is not sampled, it's synthesized directly on the SID chip.

 
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

So, I've been working on a new VGM player for Linux over the past year called Benben. It started out just a way for me to have fun with VGM files, and to build a player that had a few extra bells and whistles compared to VGMPlay, but it's grown quite a bit since then. I just released v0.4.0 of it today :D There's a Linux x86-64 AppImage of it at the link.

Benben supports most of the chips that VGMPlay currently supports (there's four or five less-used ones that aren't yet ported). The big ones are all in and working, though: YM2612, YM2610, YM2608, YM2151, NES, HuC6820, QSound, and more.

Some of it's more interesting features:

  • Neat terminal interface
  • PulseAudio, PortAudio, and libao backends
  • Multiple files can be specified and they will play one after the other.
  • Song and playlist looping.
  • Support for uncompressed VGMs, gzip compressed VGMs (.vgz), and additional non-standard formats (.vgzst ZStandard compressed VGMs, and .vgb BZip2 compressed VGMs).
  • Support for XSPF and JSPF playlists
  • Configuration file support, including support for per-song configurations.
  • Rendering multiple files in parallel to either WAV or Au format.
  • Support for multiple bit depths and sample rates, and both integer and floating point WAV/AU files.
  • Optional effects that can be enabled/disabled at runtime: soft clipping, parametric EQ with an arbitrary number of bands, stereo enhancer, reverb (MVerb or Zita, selectable).
  • Customizable VU meter
  • Keyboard control support

See an example here: https://www.youtube.com/watch?v=01jfImYMU6o

It's built on top of a library I also started called YunoSynth, which is basically an OOP rewrite and cleanup of the sound/emulator parts of VGMPlay in the Crystal programming language. These were all hand-ported by me, so there may have been some oversights, but things seem to be working correctly based on my own tests over the last year. Benben itself is also written in Crystal, so if you want to compile it from source, you'll need that. Anyway, if YunoSynth has the chip implemented, Benben supports it.

So yeah, enjoy ^_^ As I said, I started this mainly just for fun, and to have a player more like what I wanted, but it seems like others may also find it useful or fun. I plan to get full or almost-full compatibility going with the remaining few chips this year.

 
view more: next ›