this post was submitted on 16 Oct 2024
530 points (99.3% liked)

Technology

62977 readers
3856 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 other!
  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
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 4 months 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 19 points 4 months ago (14 children)

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

[–] dezmd 4 points 4 months ago (1 children)

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

[–] tekato 3 points 4 months 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)