Sequentially concatenate multiple ogg vorbis files into a single file with .NET? [closed]

StackOverflow https://stackoverflow.com/questions/8329491

Pergunta

Assuming I have multiple .ogg files which I need to combine sequentially into a single file, can anyone recommend a library or some code for doing so using .NET? Also assume they all have the same number of channels.

I found some reference to using the "copy /b" command from the command line, but this seams to combine them "vertically", the duration of the new file does not equal the sum of the combined files.

Thanks

Foi útil?

Solução

Google "oggcat windows" for a command line tool which you should be able to call from your app.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top