![]() |
Linux-Audio-Adjustments with Moode 7 ? - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Audiophile (https://moodeaudio.org/forum/forumdisplay.php?fid=32) +--- Forum: Sound quality (https://moodeaudio.org/forum/forumdisplay.php?fid=34) +--- Thread: Linux-Audio-Adjustments with Moode 7 ? (/showthread.php?tid=3327) Pages:
1
2
|
Linux-Audio-Adjustments with Moode 7 ? - Stephane - 01-03-2021 Hi, thanks to Tim for the great work on Moode 7 and to Edward for his Audio improvement tweaks already discussed here (Thread closed) : My MoOde Sound Tweaks (Github link : Linux-Audio-Adjustments) I'm wondering whether this tweaks are still worth to be used with last Moode 7 version and if so whether the commented lines in the Sound.sh should be better uncommented or not ? #Uncomment for MPD Affinity and Priority #chrt -f -p 81 $(pidof mpd) #taskset -c -p 1 $(pidof mpd #Reduce operating system latency #echo noop > /sys/block/mmcblk0/queue/scheduler Tks, Stéphane RE: Linux-Audio-Adjustments with Moode 7 ? - grasshopper - 01-05-2021 (01-03-2021, 06:21 PM)Stephane Wrote: Hi, thanks to Tim for the great work on Moode 7 and to Edward for his Audio improvement tweaks already discussed here (Thread closed) : Hi, why not try them for yourself & decide if you like them? Worst case scnenario is you have to flash your card again. I mean, some folks like to EQ their sound, some like lots of bass, others not so much, I like bit-perfect, so maybe you hear an improvement where I will not? I think it's subjective really. RE: Linux-Audio-Adjustments with Moode 7 ? - Stephane - 08-08-2021 Hi to all, this sound optimization link doesn't longer exist https://github.com/dynobot/Linux-Audio-Adjustments (i.e. the one given in http://moodeaudio.org/forum/showthread.php?tid=3327&highlight=dynobot) Do someone knows whether there is an alternate way to proceed ? Thank you beforehand ! Stéphane RE: Linux-Audio-Adjustments with Moode 7 ? - TheOldPresbyope - 08-08-2021 (08-08-2021, 01:50 PM)Stephane Wrote: Hi to all, I've never felt the need for these tweaks but if you're determined then simply plug that URL into the Wayback Machine (https://web.archive.org). You'll find the pages you seek were archived a number of times in 2020. Regards, Kent RE: Linux-Audio-Adjustments with Moode 7 ? - Stephane - 08-08-2021 Thank you Kent, I didn't knew this archive site, unfortunately in typing in https://github.com/dynobot/Linux-Audio-Adjustments in the search zone no results appear Stéphane RE: Linux-Audio-Adjustments with Moode 7 ? - TookaFace - 08-08-2021 Hey, you can check here: https://github.com/brianlight/Linux-Audio-Adjustments RE: Linux-Audio-Adjustments with Moode 7 ? - TheOldPresbyope - 08-08-2021 (08-08-2021, 07:31 PM)Stephane Wrote: Thank you Kent, I didn't knew this archive site, unfortunately in typing in https://github.com/dynobot/Linux-Audio-Adjustments in the search zone no results appear Hi, Stéphane. I admit the Wayback Machine's user interface is awkward but it does work. It's so useful for finding "lost" information that I suggest you play with it a bit to figure it out. Meanwhile, here's the direct link it returns for the last capture they made of the site you want Code: https://web.archive.org/web/20200327142404/https://github.com/dynobot/Linux-Audio-Adjustments Regards, Kent PS - or just go to the brianlight repo as @TookaFace suggests ![]() RE: Linux-Audio-Adjustments with Moode 7 ? - Stephane - 08-08-2021 Hi Kent and TookaFace, both work, thanks a lot ![]() RE: Linux-Audio-Adjustments with Moode 7 ? - Stephane - 08-09-2021 Hi to all interested in still possibly applying the "Edward Linux audio optimizations" : use one of both above methods to recover the instructions (the simplest being to go to https://github.com/brianlight/Linux-Audio-Adjustments). But there is still some actions needed because the given links still refer to the non longer existing "dynobot" folder. ![]() First in the first installation code line (optional method) replace "dynobot" by "brianlight" as following : Code: wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/basic-install.sh anyway the called basic-install.sh program contains itself a link to "dynobot" thus also to be replaced by "brianlight. Consequently open it e.g. with nano: Code: nano basic-install.sh and replace there "wget https://github.com/dynobot/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh" by "wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh" Save this change with "Ctrl X" and "Y" then continue as initially described with : Code: chmod 755 basic-install.sh -> Completed ! ![]() Note to uninstall, just replace dynobot by brianlight in the first code line (optional method) to obtain : Code: wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/remove.sh Either with or without these optimizations, enjoy !!! RE: Linux-Audio-Adjustments with Moode 7 ? - Botte - 03-31-2022 Linux-Audio-Adjustments, Seems to break 8.0.0 Bummer I liked the change it made, the stock version seams bright and a bit edgy compared to 7.6.1 with the tweaks. My two cents |