Recent Posts

Randomize files in a folder

less than 1 minute read

The following MATLAB script takes all files in cmd specified by the given extension and renames them in a random order, given the root string root.

Batch audio files processing

1 minute read

Here I store some pretty useful commands when performing audio analysis and refinement on a larger sample of files. The SOX tool can be downloaded here.

Create a WAV audio file metadata bytewise

3 minute read

An audio file can support many various metada, such as the artist, album, copyright, year, genre. These are further used by audio streaming softwares to disp...