HookedBehemoth / sys-tune

Background audio player for the Nintendo switch
145 stars 10 forks source link

FLAC support #5

Closed fennectech closed 4 years ago

fennectech commented 4 years ago

I love this But the vast majority of my library is in flac format Id love the ability to play flac as well as mp3 As for the memory issue you could produce multiple versions One for mp3 only and one for mp3&flac Package bolth exefs.nsp and copy one to exefs.nsp when switching modes

HookedBehemoth commented 4 years ago

Looking at dr_flac rn and I like the api so far.

HookedBehemoth commented 4 years ago

Since resampling flac's isn't trivial I'll have to move on from audout to audrv (uses audren).

This will bring another major positiv extra: No more sleep

It will require quite some work tho since I'm unfamiliar with the interface.

HookedBehemoth commented 4 years ago

No more sleep issues*

LMAO

fennectech commented 4 years ago

so Is this actually goging to be a thing or do i need to start the long process of converting 70 gigs of music to MP3 for it

HookedBehemoth commented 4 years ago

Give me some time to figure out how audren/audrv works.

Decoding works fine for now but you wouldn't be happy with 44100Hz flac's being interpreted at 48000Hz.

HookedBehemoth commented 4 years ago

Implemented on dev Will keep this open until the next update.

Sword09 commented 4 years ago

you're amazing I just wanted to say that :) Do you have a discord for your projects ?

HookedBehemoth commented 4 years ago

Not really active yet but feel free to join. https://discord.gg/6BbCtGT

fennectech commented 4 years ago

They are pretty active on atlasNX

Sword09 commented 4 years ago

Looks like the discord invite link is dead

HookedBehemoth commented 4 years ago

fixed

HookedBehemoth commented 4 years ago

https://github.com/HookedBehemoth/sys-tune/releases/tag/v1.1.2