Tagged Questions

2
votes
2answers
206 views

Working with Ogg Vorbis

I have an ogg vorbis file and I have to do two operations with it: cutting a part of a file from one position to another merging another file with existing one How can I realize these two ...
1
vote
3answers
79 views

Using .NET to detect .ogg file properties? Number of channels, bits per channel, sample rate?

Basically the title says it all, Does anyone know how to detect various .ogg file properties such as the number of channels, bits per channel, and the sample rate? I would like to do this without ...
1
vote
1answer
81 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 ...
1
vote
2answers
990 views

Playing video (OGG Theora) in a C# WinForms application?

I'm looking for a GPL-compatible solution for playing a video file in a Windows Forms control, specifically with the OGG Theora codec? I was looking into using the VLC player library. A Google ...
0
votes
1answer
61 views

How to pack OGG audio file to RIFF container?

I have an ogg audio file and some information which is saved as sequence of bytes. I need to pack this audio and information in a single container such as RIFF or something else. I'm searching ...
0
votes
1answer
292 views

Convert MP4 to Ogg with C#

Does anyone know a simple way of converting a mp4 file to an ogg file? Have to do it, but don't have much knowlegde about it, and all I can find are programs, not examples or libraries. Thanks in ...
0
votes
1answer
197 views

How can I play a OGG sound file inside of my desktop WPF application?

I just want a sound to play whenever a user clicks a button. Said sound is in OGG format. Any help? :D I tried using MediaPlayer, but that seems to be only for videos.