Posts

Showing posts with the label shntool

Compiling shntool with spksrc for synology NAS

Image
Read the disclaimer This article describes how to compile shntool for synology devices, package it and install it. You can get the shntool sources at  https://github.com/flacon/shntool The package described in this guide is will download the content from that repository. shntool is a multi-purpose WAVE data processing and reporting utility that supports various lossless audio formats. This guide is the same that : https://dayandnightcoding.blogspot.com/2020/04/compiling-cpulimit-with-spksrc-for.html You can follow the different steps there. I'll document only the steps referring specifically shntool. Clone the repository and make setup It's documented here :  https://github.com/SynoCommunity/spksrc/wiki/Developers-HOW-TO on the ubuntu host start a terminal choose a folder for the git clone root git clone https://github.com/youpla/spksrc.git cd spksrc/ make setup Compile the shntool package for your architecture in a terminal navigate to the sh...