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

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

문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top