this post was submitted on 16 Oct 2024
519 points (99.2% liked)

Technology

58757 readers
4197 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Shihali@sh.itjust.works 11 points 2 days ago (25 children)

Strawberry doesn't support about a dozen audio formats I use, so until it's got wider support I have to pass.

[–] tekato@lemmy.world 19 points 2 days ago (14 children)

You have support for .wav .flac .mp3 .opus, why would you use anything else?

[–] dezmd@lemmy.world 3 points 1 day ago (1 children)

If it doesn't play Amiga era .mod files, is it really even a music player?

[–] tekato@lemmy.world 2 points 1 day ago

Funny enough, it does. Here's the full list of supported formats. Line 54:

const char FileView::kFileFilter = ".wav *.flac *.wv *.ogg *.oga *.opus *.spx *.ape .mpc " ".mp2 *.mp3 *.m4a *.mp4 *.aac *.asf *.asx .wma " ".aif *.aiff *.mka *.tta *.dsf .dsd " ".cue *.m3u *.m3u8 *.pls *.xspf .asxini " ".ac3 .dts " ".mod *.s3m *.xm .it" ".spc *.vgm";

Although like .spc, it doesn't support seeking, you have to listen to the whole file in order or restart for the beginning.

load more comments (12 replies)
load more comments (22 replies)