Skip to content

A small tool which converts all the wav files in a given folder to mp3 files.

Notifications You must be signed in to change notification settings

ulyssis/wav2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wav2mp3

author: DI LI

Dec. 2015

A small tool, which converts all the wav files in a GIVEN folder to mp3 files, and the generated mp3 files are in the same folder.

This code realizes multithreading on all available CPU cores to covert .wav files to mp3 files. This code has been tested on Ubuntu 12.04 OS (linux kernel: 3.13.0-66-generic).

 To run this code:
 
	1. enter the folder where this file locates
	2. type in the folliwng command in terminal:
			gcc convertWav2Mp3_multithreading.c -o convertWav2Mp3_multithreading -lmp3lame -lpthread
 	3. type in the adress of folder as the prompt suggests, e.g., /home/li/sounds/wav_files

About

A small tool which converts all the wav files in a given folder to mp3 files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages