Adding Station ID Audio before playing users audio file

hansd007
@hansd007
10 years ago
50 posts
We want to add a station ID to all audio files users are uploading. So for example, it would say "BAM Radio Network" in a womans voice before playing the audio file the user uplaoded.

This is for branding purposes of course.

Are there any modules for that?

What would be the best way to go about achieving that?
updated by @hansd007: 04/12/14 01:17:45AM
paul
@paul
10 years ago
4,326 posts
Think this would need a custom module that would utilise ffmpeg to concatenate your "BAM Radio Network" audio file to the uploaded file.
Doable, I think, but I've not developed with ffmpeg to know for sure.
Pa


--
Paul Asher - JR Developer and System Import Specialist
hansd007
@hansd007
10 years ago
50 posts
paul:
Think this would need a custom module that would utilise ffmpeg to concatenate your "BAM Radio Network" audio file to the uploaded file.
Doable, I think, but I've not developed with ffmpeg to know for sure.
Pa

@paul, good advice, thanks.

What about modifying the script to simply play another audio file before it?
paul
@paul
10 years ago
4,326 posts
Don't think that would work. You'll probably end up with them both playing at the same time.
You might be able to create a playlist for each song with the ad as the first track, but again, that would be a custom module job, possibly more complex that the ffmpeg solution.
ffmpeg is part of the JR5 Core and I'm guessing, possibly naively, that you can just throw a few commands at it and it will join the two tracks. An ffmpeg expert needs to come in now!!
Pa


--
Paul Asher - JR Developer and System Import Specialist
hansd007
@hansd007
10 years ago
50 posts
Sounds good, Thanks Paul.

Tags