Skip to content

Multithreaded audio file converter using Qt for GUI

Notifications You must be signed in to change notification settings

UmmonPwr/FLACdropQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLACdropQt can convert between different audio file formats. You can drop the files on it to start the conversion. Difference between this and the prevoius FLACdrop version is the use of Qt library for GUI handling and some refactoring for code simplifying.

Aim was to speed up the encoding process. The audio libraries are designed as single thread in mind, so to utilize multithread capabilities it is launching independent encoder threads for each file. The number of allowed parallel threads are hardcoded into the source code by "OUT_MAX_THREADS" constant value. It can be changed freely to an other number, program will compile and run with the new number.

Currently it can convert:

  • from WAV to FLAC
  • from WAV to MP3
  • from FLAC to WAV
  • from FLAC to MP3

FLACdrop is using the below libraries. Only the headers and the pre-built lib files are included:

About

Multithreaded audio file converter using Qt for GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published