search for: clifton

Displaying 20 results from an estimated 76 matches for "clifton".

2010 Feb 11
2
Compile/Build Speex on iPhone
...e were things like missing references to ogg header files and so forth. Could someone explain exactly which files to copy into XCode? I couldn't find the ogg.h file (mentioned in one of the compile errors) in the speex download either. Are there other dependencies? Thanks in advance! Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com
2010 Feb 11
1
Compile/Build Speex on iPhone
...ve the ogg dependency issues. On Feb 10, 2010, at 22:21, Jean-Marc Valin <jean-marc.valin at usherbrooke.ca > wrote: > Unless you want to work on files (rather than RTP), you don't need any > of the stuff that uses ogg.h > > Jean-Marc > > > On 2010-02-10 22:16, Clifton Craig wrote: >> Hello, >> >> I am completely new to Speex and make files but I'm looking to build/ >> run Speex on the iPhone for decoding and potentially encoding. I've >> read that you can just copy the source into an XCode project which I >> tried but...
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
...e speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a little cryptic and involved and I was wondering if there was a watered down version or if someone could whip one up for me. Thanx in advance! Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com
2010 May 03
1
Help decompressing Speex audio
...rated by the original speexdec.c example. It plays, but it appears to play at double the speed. I'm certain that there is something I am missing in my algorithm and if someone could lend a hand I'd be so appreciative. I'm attaching my unit test as well as my rewritten example in ObjC Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: MQSpeexDecoderTest.m Type: application/octet-stream Size: 3177 bytes Desc: not available Url : http://lists.xiph.org/pipermail/spee...
2011 Jul 25
6
puppetmaster SSL_Read
Seeing ''SSL_read'' errors being logged by puppetmaster. Anyone know what causes these or how to correct? They''re sporadic, not happening all the time or on all puppet runs. /var/log/puppet/masterhttp.log [2011-07-25 10:00:10] ERROR OpenSSL::SSL::SSLError: SSL_read:: internal error /var/log/messages Jul 25 10:00:10 cmd-box puppet-master[22572]: SSL_read:: internal error
2010 Jun 26
3
Down Convertion from 32Khz to 16Khz
hi on my device i can sample only at 32khz and want to use speex at 16khz so i need to down-convert the input signal by factor of 2. does anyone provide me a reference to some code that does that? are there any trick to do that? i tried to add to subsequent sample but the result was very bad. what are the requrment from a decimation filter for audio? thanks, nir -------------- next part
2010 May 06
1
Encoding a wave file with a bad header
...mes from a different source (different sample rate and zeroes in the size fields) I get slowed playback speed. Its as if the sample rate is off or as if the encoding is not seeing the proper size of the samples. The second case with the corrupt headers uses 16 bit sample size for PCM linear wave. Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
...ts, the make files, the dependency resolution. What I'm really looking for is somebody who has taken the battle scars and trail-blazed a path into XCode/CocoaTouch. At any rate I appreciate your help. Thanks again. On Apr 29, 2010, at 9:59 PM, Conrad Parker wrote: > 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 aud...
2004 Aug 12
4
Help with generating data from a 'not quite' Normal distriburtion
...on is quite symmetrical) Can anyone suggest any distributions I could fit to this data, and better still how I can then generate random data from this 'distribution' using R? ----------------------------------------------- Dr. David Crabb School of Science, The Nottingham Trent University, Clifton Campus, Nottingham. NG11 8NS Tel: 0115 848 3275 Fax: 0115 848 6690
2011 Jul 12
0
Speex newbie: win32 encoder and Java applet playback?
On Tue, Jul 12, 2011 at 10:10, Clifton Craig <clifton.craig at gmail.com> wrote: > Hi Fernando, > > You can use the examples included in the Speex source download to perform encoding from the command line. There is also a JSpeex Jar file that you may be interested in which is an all Java solution that will encode/decode f...
2004 Feb 02
1
extension mobility
Hi, Does * support extension mobility ? If not, is there any way this is possible ? Thanks ! Chris Clifton
2004 Feb 03
4
iax, trunking, etc.
The majority of sip to pstn gateway providers (vonage, voicepulse, and others) appear to be setup for a one line only type of set up. Their web sites seem to be heavily geared for these one line setups. Anyone willing to comment on what type of pricing plans these providers offer when using iax2 trunking or other methods with asterisk to send multiple (and possibly simultaneous) calls through
2008 Jul 22
1
unable to use gmirror on supermicro 5015b-mt
These are new boxes. http://www.supermicro.com/products/system/1U/5015/SYS-5015B-MT.cfm core 2 Q6600 CPU 8Gb 667 RAM Boxes were memtested from Fri-Mon okay. 6.3-RELEASE (amd64) installs fine. Build cycle okay. Running (no load) for a week or so. However, when I try to configure gmirror they hang on boot. After some fiddling it appears issuing #kldload geom_mirror hangs the boxes very hard.
2010 Feb 11
1
Linking issues (Visual Studio 2005 and libspeex.lib)
can any one provide libspeex.lib compatible to VS 2005 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100211/14d09af6/attachment.htm
2010 Mar 20
0
Decode file written from JSpeex using C/C++ API?
...data to a wave container. Does OGG decoding exist in the libspeex API or do I need supplemental ogg libs? Where could I look for a simple hello-world like example dealing with OGG? As a Java developer writing iPhone code I am much more comfortable with JSpeex. Can somebody here straighten me out? Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com
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 >...
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
...39;m asking for is way simpler than the final code I will ship to production so in essence, I'm looking for a how-to or head start. I can pick up and run once I know which pieces do what. That may not have been clear from my earlier email. On Apr 29, 2010, at 10:33 PM, Randy Yates wrote: > 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...
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...
2010 Jun 26
0
Down Convertion from 32Khz to 16Khz
...int inverted = ((int)it) ^ 0x00000080 byte[] toWrite = new byte[1]; toWrite[0] = (byte)inverted outputStream.write toWrite otherByte = false } else otherByte = true } } Basically you need to write every other byte in thePCM sample stream. Clifton Craig Software Engineer http://codeforfun.wordpress.com clifton.craig at gmail.com On Jun 26, 2010, at 9:50 AM, nir elkayam wrote: > hi > > on my device i can sample only at 32khz and want to use speex at 16khz so i need to down-convert the input signal by factor of 2. > does anyone...
2004 Aug 10
1
Help with Normal Range Estimation for repated measures
...4 single values from the 84 subjects but use all the data (but we are aware this needs to be corrected for). Any help, however small, with this problem will be gratefully received. ----------------------------------------------- Dr. David Crabb School of Science, The Nottingham Trent University, Clifton Campus, Nottingham. NG11 8NS Tel: 0115 848 3275 Fax: 0115 848 6690