Skip to content

samair/wavtomp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wavtomp3

Lame based wav to mp3 converter in c++

How to use

It uses cmake for cross platform availability

Steps:

  1. Run cmake (in the directory which has CMake file)
  2. make ( to create executable)
  3. Run ./mp3coverter pathtofolder
  • It converts wav files to mp3 in all folders (recursively too)
  • Implementation uses pthread(for threading) and uses a threadPool implemented (threadPool.h)
  • Lame libraries are linked statically, CMakeLists.txt has OS differentiation to achive the same for GNU based builds (windows and linux) For linux it links to libmp3lame.a For Windows it links to pthreadGC2.dll (GNU based implementation using MingW)

About

Lame based wav to mp3 converter in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published