Browsed by
Tag: github

Opus GUI v1.2 released!

Opus GUI v1.2 released!

Hi everyone, Late yesterday, I released v1.2 of Opus GUI: This new release brings several improvements. v1.1 was also released but was immediately superseded by v1.2 due to an uncorrected bitrate bug. First, the GUI will now display the opusenc.exe version being used. This is useful because sometimes, new opusenc versions are released which I personally compile and try to see if there’s new improvements to the audio files. The other improvement is that the software will try to detect…

Read More Read More

opusenc.exe 64-bit build | libopus-1.3-rc-19 + libopusenc-0.1.1-48

opusenc.exe 64-bit build | libopus-1.3-rc-19 + libopusenc-0.1.1-48

Hi everyone, Today, I provide you a build of opusenc.exe from the opus-tools package. This version includes libopus-1.3-rc-19 which includes the opus commits up to commit eb55ebf This version of opusenc.exe was compiled using Visual Studio 2017 and was compiled for 64-bit systems. You can download this new build by clicking here This build is also compatible with Opus GUI. Just replace the software opusenc.exe file with the one from this build, or download Opus GUI v1.0 with this opusenc…

Read More Read More

Opus GUI v1.0 released!

Opus GUI v1.0 released!

Hi everyone, Today, I have released Opus GUI v1.0, which is a tool to encode FLAC or WAV files to the Free and Open Source Opus file format: It is very easy to use, just follow these steps: Browse for a folder that contains FLAC or WAV files. Browse for a folder to store the encoded files. Write a bitrate number. I personally use 64 to encode files to 64kbit using Variable Bit Rate. Press the “Start” button. That’s all!…

Read More Read More

FLAC GUI v1.2 Released!

FLAC GUI v1.2 Released!

Hi everyone, Today, I have released v1.2 of FLAC GUI: This version adds Multi-Threaded encoding, meaning that each of your CPU threads will encode a file, significantly speeding up the encoding process. For example, if you have a folder with lots of music files and you have an AMD Ryzen 7 2700X CPU which has 16 threads, you’ll be encoding 16 music files at a time! This assuming that the folder contains 16 or more files. If the folder contains…

Read More Read More

FLAC GUI v1.1 released!

FLAC GUI v1.1 released!

Hi everyone, Today, I’ve released FLAC GUI v1.1: This new version includes 2 options that will further improve the compression of the FLAC files. These options are: Exhaustive model search (-e flag in the flac.exe command line) Exhaustively search LP coeff quantization (-p flag in the flac.exe command line) By enabling these options in the GUI, you’ll save a few kb per FLAC files but the encoding time will be a little slower. If you don’t mind waiting a few…

Read More Read More

DLNA Player v0.2 released

DLNA Player v0.2 released

Hi everyone, Yesterday, I continued improving my DLNA Player software. It includes some improvements and also adds Google Drive support, so now you will be able to stream your music files stored in the cloud to your DLNA-Enabled device! By going to the new Cloud menu and selecting Google Drive, you’ll be presented with a convenient browser listing your files and folders, allowing you to select which files to add to the play queue. Once the files are added to…

Read More Read More

Learning and Programming Days – DLNA Player

Learning and Programming Days – DLNA Player

Hi everyone, I got my HiBy R3 music player some time ago and I’ve been enjoying it a lot, and I recently started playing the DLNA portion of it. Using DLNA with Android is a piece of cake thanks to an app called BubbleUPnP, for which I purchased the app license as it allows me to stream my media files without limitations compared with the free version. However, it is when it comes to the PC where I had difficulties…

Read More Read More

Running BOINC Tasks in my website updated! Scripts and tool updated

Running BOINC Tasks in my website updated! Scripts and tool updated

Repository: https://github.com/moisespr123/BOINCToWeb Hi everyone, In the weekend, I worked to improve the BOINC Tasks section of my website: Instead of manually updating this page, I’ve updated the PHP files in charge of retrieving the tasks and showing it. This file was custom made and was not in the GitHub repo. Instead, the file that was in the repo was the one that looks like this: Because that one shows all of the tasks from all of the hosts, I made…

Read More Read More

cmix_gui v1.2 Available Now!

cmix_gui v1.2 Available Now!

Hi everyone, In the past few days, I’ve released v1.2 of cmix_gui, a cmix Graphical User Interface. This version looks like this: The new changes are that the software now tells you available, free and used RAM and also add a “Clear Log” button. Changelog: Download: You can download the new version here. The source code is available here. Enjoy! Post Views: 0

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Hi everyone, Today, I’d like to share the newest tool I’ve developed. It is a Graphical User Interface (GUI) for Dropbox’s new divANS compression software: The GUI is similar to the one in cmix_gui, which is another GUI I made for the cmix compression software. This tool allows you to compress files and folders and extract .divans files. The project has been developed in the Visual Basic .NET language using Visual Studio 2017. It is compatible with Windows 10. Compressing a file or folder…

Read More Read More