Displaying 8 results from an estimated 8 matches for "instaflash".
2007 May 03
2
SPEEX tech specs
...n a frame please and what is your frame
rate? For example, G.729 (ACELP) has 12 bits/frame including VAD and
the frame rate is 100/second ... I'm looking for the comparable
figures for SPEEX.
Thank you.
---
B. Mitchell Loebel, CEO, VP
Engineering 408 425-9920
InstaFlash International Corporation
(formerly Minute-Tape International Corporation)
2007 May 03
2
SPEEX tech specs
.... 80
>bits) per frame. Speex has 20 ms frames (50 frames per second) and
>supports bit-rates that range from 2.15 kbps (6 bytes per frame) to 44
>kbps (110 bytes per frame).
>
> Jean-Marc
---
B. Mitchell Loebel, CEO, VP
Engineering 408 425-9920
InstaFlash International Corporation
(formerly Minute-Tape International Corporation)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070503/c1186ec8/attachment.html
2007 May 03
1
SPEEX tech specs
...rts bit-rates that range from 2.15 kbps (6 bytes per frame) to 44
> >> kbps (110 bytes per frame).
> >>
> >> Jean-Marc
> >
> >
> > ---
> > B. Mitchell Loebel, CEO, VP Engineering 408
> > 425-9920
> > InstaFlash International Corporation
> > (formerly Minute-Tape International Corporation)
> >
---
B. Mitchell Loebel, Executive
Director 408 425-9920
The Tech Startup Connection
(formerly The PARALLEL Processing Connection)
2007 May 03
0
SPEEX tech specs
...s (50 frames per second) and
>> supports bit-rates that range from 2.15 kbps (6 bytes per frame) to 44
>> kbps (110 bytes per frame).
>>
>> Jean-Marc
>
>
> ---
> B. Mitchell Loebel, CEO, VP Engineering 408
> 425-9920
> InstaFlash International Corporation
> (formerly Minute-Tape International Corporation)
>
2009 Jun 15
1
Windows app demonstrating speex playback?
I'm developing a small linux/speex-based audio streaming (VoIP-like) application, and am looking for a binary windows app that can play speex content (at least from a file, preferably from an IP data stream) out through the windows sound system. This would be very helpful as a test tool. Any recommendations? I'd prefer a binary as I don't have development environment available for
2009 Jun 20
2
Speex for TI MSP430 microcontroller - estimating CPU speed requirements?
Interested in building a speex codec (basically audio <-> speex <-> data
stream) using TI's small MSP430 microcontroller. Is there any way to
estimate feasibility based on CPU requirements? Example - speex is happily
encoding on an old Pentium-1 processor (166 MHz) using about half the CPU
(as reported under Linux); the TI microcontrollers are much slower yet
(8-16-25 MHz) and
2008 Mar 27
2
How many RAM Speex need??
Jean-Marc Valin escreveu:
>> My name is Vasily.
>> I am a software developer from Ukrane, and i am going to use Speex on
>> TMS320F28335 DSP-controller wich has only 68KB of RAM.
>
> Assuming you've got ROM to hold the code/constants and that RAM is only
> used for variables, then 68 kB should probably be enough.
I am concerned if the TMS320F28335 as a whole can
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad,
That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on