Browsed by
Category: Tool

Google Drive Uploader & Explorer Tool v1.13 has been released!

Google Drive Uploader & Explorer Tool v1.13 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.13: This version has the following changes: Fixed the Raw download URL generation. Added nested RAW download URL generation (CTRL + U on folders, or right-click and select the RAW Url option). Added option to generate cURL script (Compatible with MSYS2 and WSL). Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 11

PAQCompress v0.3.47 has been released

PAQCompress v0.3.47 has been released

Hi everyone, Today, I have released PAQCompress v0.3.47: This release fixes the following issues: Fixes an issue where the software would not work if its location contained spaces and “Show Command Prompt” was checked. Fixes Batch script generation if the software was placed on a location with spaces. You can download this new version on GitHub by clicking here. Enjoy! Post Views: 9

Opus GUI v1.16 released

Opus GUI v1.16 released

Hi everyone, Today, I have released Opus GUI v1.16: This release adds a new text file called audioformats.txt. In this file, you can specify the file extensions that the GUI will process: You can add new extensions as long as ffmpeg supports it, and they will be processed only if ffmpeg is present. Otherwise, only WAV files will be processed. This version also has some bug fixes and improvements and updates the Google APIs to their latest version. You can…

Read More Read More

Collaborating in the exhale project – Part 2

Collaborating in the exhale project – Part 2

Hi everyone, Yesterday, I began working on my second collaboration for the exhale xHE-AAC USAC encoder. This time, I worked on adding an argument to print the software version on the console. The above is the main software, printing its information as well as how to use it. There was no option to print the version only. Ideally, I just wanted a way to print something like exhale version 1.0.3 …..so that I can easily parse it as I do…

Read More Read More

My first GitLab contribution: exhale encoder

My first GitLab contribution: exhale encoder

Hi everyone, Yesterday, I collaborated on the exhale xHE-AAC Audio Encoder to add compatibility to compile the project on MinGW on Windows. The exhale project is an Open-Source xHE-AAC USAC encoder. It allows you to encode wave (WAV) files to M4A using this specific codec. Originally, compilation on Windows was done using Visual Studio, and this worked fine, but when compiling it on MSYS2/MinGW, it gave some issues, specifically: It also complained about fprintf_s, so some changes needed to be…

Read More Read More

PAQ8PX ported to ARM processors

PAQ8PX ported to ARM processors

Hi everyone, Over the past few days, I worked on porting the PAQ8PX compressor for ARM CPUs. Initially, it would not compile because it relied on some SSE instructions that are not available on ARM. This required porting some code to equivalent functions in this architecture. Once this was done, paq8px happily compiled and ran on the Snapdragon 845 and 865 CPU’s from my Samsung Galaxy S9+ and S20 Ultra smartphones: I tested it using the Termux app running Ubuntu…

Read More Read More