Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Software Project - Advice needed (Read 2203 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Software Project - Advice needed

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!