similar to: Simple example of decoding streaming audio realtime?

Displaying 20 results from an estimated 3000 matches similar to: "Simple example of decoding streaming audio realtime?"

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
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote: >>> I'm a software engineer. I'm terribly uncomfortable with C. > > Aaaaahahahahahahahaha Please be civil, guys. Different engineers have different skill levels, so what. If someone asks for some help with the reference implementation the least we can do is point them in a useful direction. If
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
I'm a software engineer. I'm terribly uncomfortable with C. I want someone to show me a simplified use of Speex decoding. FWIW I'm finally getting my head around the API but the example had me a little lost with its cryptic variable names and monolithic nature. The example I'm asking for is way simpler than the final code I will ship to production so in essence, I'm looking for
2010 Apr 30
0
Simple example of decoding streaming audio realtime?
On 30 April 2010 05:45, Clifton Craig <clifton.craig at gmail.com> wrote: > Hi, > > I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru
2010 Apr 30
0
Simple example of decoding streaming audio realtime?
Clifton Craig <clifton.craig at gmail.com> writes: > Hi, > > I'm new to Speex and a little uncomfortable in C programming. I'm > looking for a simple example of how I'd use Speex to decode a speex > file read off of an network stream and pass the decoded samples to an > audio player. I have speex running in an iPhone project and I started > digging thru the
2010 Mar 29
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes: > Hi > > > > We have ported the Narrow band 8 Khz Speex encoder and decoder on to TI DSP 5505 > > > > To compress 20ms of 16 bit audio sampled at 8Khz it takes 4.2ms. > > Is there any optimizations I can do to make it run faster. The first thing to do would be to profile the code (I assume you're using
2010 Mar 30
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes: > Hi > > > > When we run the profiler these 3 functions take more than 8500 cycles. > > > > split_cb_search_shape_sign_N1() 22782 > pitch_search_3tap() 19208 > lpc_to_lsp() 16007 > > So can I configure these in a different way so it takes less cycles. I am not familiar with the code, so I can't
2010 Apr 03
2
Default bitrate
Randy Yates <yates at ieee.org> writes: > The speexenc.c example has a "--bitrate n" command line option, but I > can't find in the Speex Codec manual where the default bitrate is > defined. > > What is the default bitrate for 16 kHz mono? Also here are a few other bitrate-related questions: 1. Does average bitrate mode ==> variable bitrate mode? 2.
2010 Apr 04
4
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes: > Quality and bit-rate are different ways of specifying exactly the same > thing. Complexity is orthogonal. That clears it up - thanks. Is this in the manual? --Randy > > Jean-Marc > > On 2010-04-03 08:28, Randy Yates wrote: >> Jean-Marc: I know you're seeing these - how about a response? >>
2010 Apr 03
2
Quality vs. Bitrate vs. Complexity
Jean-Marc: I know you're seeing these - how about a response? --Randy Randy Yates <yates at ieee.org> writes: > If I understand these terms correctly, you cannot specify simultaneously > all three, e.g., high quality, low bitrate, and low complexity. > > It seems that specifying any two implies the third. For example, > specifying a high quality and low bitrate will
2010 Apr 14
3
Decoded output buffer size
Il 14/04/2010 14:37, Randy Yates wrote: > > Usually a buffer is one frame of data, and a frame is 20 milliseconds. > Since the sample rate is typically 8 kHz in narrowband mode, this > corresponds to a buffer size of 160 samples. Hi Randy, thanks for the reply. So, suppose I encode an audio buffer (8000 kHz, MONO, float) of 640 PCM frames. In output I have 4 speex frame of 20 byte
2010 Apr 13
2
Encoding Speex Into a SWF Version 10 Sound Stream
Adobe's "SWF File Format Specification, Version 10" supposedly allows a speex-encoded stream to be wrapped in a .swf file as a sound stream, however, I have been unable to find an example of such a file anywhere. Can someone please point me to such an example file? Note that I prefer speex encoded as a sound stream and NOT a sound event in order to reduce latency on playback at the
2010 Apr 10
2
running speex on c5505 usb sticki
Hi Randy, Thanks for reply. I have one question though. While compiling the speex (downloaded from http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz), I gave ./configure -enable-ti-c55x option and then built the library through make and make install using cygwin. In this case, I get this error "error: member "bits.o" of archive
2010 Apr 04
2
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes: > On 2010-04-03 22:52, Randy Yates wrote: >> Jean-Marc Valin<jean-marc.valin at usherbrooke.ca> writes: >> >>> Quality and bit-rate are different ways of specifying exactly the same >>> thing. Complexity is orthogonal. >> >> That clears it up - thanks. Is this in the manual? >
2010 Apr 04
2
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes: > On 2010-04-03 23:56, Randy Yates wrote: >> The sentence "Unlike some other speech codecs, it is possible to control >> the tradeoff made between quality and bit-rate" implies to me that they >> are NOT the same thing. > > This sentence should read: "tradeoff made between quality and
2010 Apr 09
2
running speex on c5505 usb sticki
Hi, I am currently working on C5505 USB stick http://focus.ti.com/docs/toolsw/folders/print/tmdx5505ezdsp.html to sample input voice and encode it. For compiling and buring usual programs, I am using CCStudio 4.0. For encoding voice samples, I am using Speex codec binary http://downloads.xiph.org/releases/speex/speex-1.2beta3-win32.zip or
2010 Mar 19
4
Speex in flash player: how to work with?
Nicer way: void* speexState = speex_encoder_init(&speex_wb_mode); int speexFrameSize, speexRate; speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize); speex_encoder_ctl(speexState, SPEEX_GET_SAMPLING_RATE, &speexRate); SpeexPreprocessState* speexPreprocessState = speex_preprocess_state_init(speexFrameSize, speexRate); Jozsef -----Original Message----- From: Max
2010 Apr 12
1
What establishes "average" bitrate in Variable Bitrate (VBR) Mode?
On 2010-04-11 10:09, Randy Yates wrote: > If I specify VBR mode via > > speex_encoder_ctl(pSpeexEncoder, SPEEX_SET_VBR,&isTrue); Try: speex_encoder_ctl(pSpeexEncoder, SPEEX_SET_ABR, &desiredRate);
2010 Apr 14
2
Decoded output buffer size
Hi, in a VoIP application, the endpoint A send speex payload to B. B doesn't know how A acquire audio, it only know that the channel is narrowband so, how can B know the size of the output buffer to pass to the speex_decode()? Thanks, Daniele.
2010 Mar 22
3
Speex on 64bit OS
Hi all, has anyone ever tested the speex source on a 64bit OS. I am interested if the source is ready for x64 platforms. Cheers, Christoph -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100322/dd4b9645/attachment.htm