HydrogenAudio

Digital Audio/Video => General A/V => Topic started by: BillyM88 on 2011-03-13 15:15:25

Title: Software Project - Advice needed
Post by: BillyM88 on 2011-03-13 15:15:25
Hi,

I'm currently scoping a project for a piece of software that will be able to manipulate wav containers. For example, decode the .WAV file, re-arrange the individual PCM streams into a different order and then re encode to output the modified .WAV.

(This will just be a very basic starting point for the project, I plan to add much more but feel that once I've implemented this basic function it will be much easier to extend the program)

Does anyone have any suggestions on how to start developing this?

I was thinking of writing in C++ and controlling a command line tool such as ffmpeg,

If anyone has any suggestions I would greatly appreciate it.

Cheers!