I had looked at GSM, but could not find anywhere to download the libraries. I take it these will be in DLL format and can be imported into my VS project.
Any ideas how the GSM codecs work. Would it be possible to pass a bytestream and have it return the compressed bytestream? P On Mar 9, 6:55 am, ThanderMaX <[email protected]> wrote: > What about GSM vocoders ? Those are also lowbit rate. But quality can > be bad.http://www.vocal.com/data_sheets/gsmvocoders.html > > I'm not sure whether any C# implementation of those encoders are > available or not. > > On Mar 8, 12:43 am, mehstg1319 <[email protected]> wrote: > > > Hi there > > > Just a quick one. I am doing a little project at Uni on voice transfer > > over a network and have successfuly implemented G.711 using the codec > > classes available athttp://www.codeproject.com/KB/security/g711audio.aspx > > > I was wondering if anybody knew of any other codecs that are available > > in class form, or if not are easy to implement. I would ideally like > > to have a few selectable codecs in the application so I can do a > > comparison between the audio qualities in my final report. > > > Thanks in advance > > > Paul
