Tagged Questions

1
vote
1answer
70 views

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

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 ...
0
votes
0answers
21 views

how to use/understand private data of v_theora & a_vorbits in matroska file format?

see i have extracted all frames of v_theora & a_vorbits codec from any matroska file in separate files. now that files are not playable by any player. Now i am concern that to make playable those ...
0
votes
1answer
238 views

How to encode the real time audio?

I am on creating voice report. The user has to submit his voice report and it should simultaneously encode the audio data using Vorbis encoder. Its working fine but encoding will start after the ...