Recording concatenation app

MTL_Emergencies

Member++
Database Admin
Joined
Sep 6, 2019
Messages
147
Location
Quebec, Canada
Noticed that all Uniden recordings are not a continuous audio stream like replaying a recording on a scanner. Decided to make a python app to concatenate audio files into 1 audio file.
It is pretty simple to use: open the app, specify which recording folder you want to convert and it will convert it and create a log file (# file converted or fail).
I'm open to constructive comments and feel free to contribute as it is open-source.


 

nessnet

Member
Premium Subscriber
Joined
Jan 22, 2007
Messages
1,972
Location
Eastside of Lake WA
Universal Scanner Audio Player
 

AC9BX

Member
Joined
Jun 11, 2011
Messages
334
Location
Lockport, IL
FFMPEG can concatenate, and process along the way, equalize, compress, level, resample, remove silence, add silence, etc. etc,; Windows, Linux, Mac, running on nearly any processor.
 
Top