search for: mediasubtyp

Displaying 6 results from an estimated 6 matches for "mediasubtyp".

Did you mean: mediasubtype
2004 Aug 06
1
Speex, what container?
But is there any sound player for windows that plays speex in an ogg container? One more question, besides the source code found in the speex site (like speexenc.c) can you tell me where to find source code developed in C++ (using object oriented programing) that makes it easier to write ogg files with speex content? Miguel Gomes -----Mensagem original----- De:
2013 Feb 12
0
Speexdec says: 'This doesn't look like a Speex file' (am I missing headers?)
...ncode bytes from such buffers frame-by-frame: a) Audio input buffer (abridged a bit): CMSampleBuffer 0x6ead20 retainCount: 1 allocator: 0x33bdf213 invalid = NO ... formatDescription = <CMAudioFormatDescription 0x6e84b0 [0x3f7cd650]> { mediaType:'soun' mediaSubType:'lpcm' mediaSpecific: { ASBD: { mSampleRate: 44100.000000 mFormatID: 'lpcm' mFormatFlags: 0xc mBytesPerPacket: 2 mFramesPerPacket: 1 mBytesPerFrame: 2...
2013 Feb 12
0
Speexdec says: 'This doesn't look like a Speex file' (am I missing headers?).
...code bytes from such buffers frame-by-frame: a) Audio input buffer (abridged a bit): CMSampleBuffer 0x6ead20 retainCount: 1 allocator: 0x33bdf213 invalid = NO ... formatDescription = <CMAudioFormatDescription 0x6e84b0 [0x3f7cd650]> { mediaType:'soun' mediaSubType:'lpcm' mediaSpecific: { ASBD: { mSampleRate: 44100.000000 mFormatID: 'lpcm' mFormatFlags: 0xc mBytesPerPacket: 2 mFramesPerPacket: 1 mBytesPerFrame: 2...
2013 Feb 12
0
Speexdec says: 'This doesn't look like a Speex file' (am I missing headers?).
...ncode bytes from such buffers frame-by-frame: a) Audio input buffer (abridged a bit): CMSampleBuffer 0x6ead20 retainCount: 1 allocator: 0x33bdf213 invalid = NO ... formatDescription = <CMAudioFormatDescription 0x6e84b0 [0x3f7cd650]> { mediaType:'soun' mediaSubType:'lpcm' mediaSpecific: { ASBD: { mSampleRate: 44100.000000 mFormatID: 'lpcm' mFormatFlags: 0xc mBytesPerPacket: 2 mFramesPerPacket: 1 mBytesPerFrame: 2...
2013 Feb 12
0
Speexdec says: 'This doesn't look like a Speex file' (am I missing headers?)
...code bytes from such buffers frame-by-frame: a) Audio input buffer (abridged a bit): CMSampleBuffer 0x6ead20 retainCount: 1 allocator: 0x33bdf213 invalid = NO ... formatDescription = <CMAudioFormatDescription 0x6e84b0 [0x3f7cd650]> { mediaType:'soun' mediaSubType:'lpcm' mediaSpecific: { ASBD: { mSampleRate: 44100.000000 mFormatID: 'lpcm' mFormatFlags: 0xc mBytesPerPacket: 2 mFramesPerPacket: 1 mBytesPerFrame: 2...
2004 Mar 21
3
New Directshow filters preview...
I have been developing some directshow filters for ogg, and vorbis and speex... currently i have an ogg demux filter and a speex/vorbis decoding filter. In this pre-release only vorbis is operational... but the speex decoder is pretty much done... i jsut need to tweak the demux filter so that it can negotiate a speex connection with the other filter. Just though some people might find them useful