similar to: speex_encode_int performance iphone4 + iOS5

Displaying 19 results from an estimated 19 matches similar to: "speex_encode_int performance iphone4 + iOS5"

2018 Apr 24
3
Server renew...
Hi there, (sorry for my bad english speaking) I was broadcasting my Iphones audio feed to the Icecast server : http://104.236.126.104:8000/ or http://104.236.126.104/ (port 8000) But now it seams like that server is dead... An other developper set it up for me, so I don't know if we just need to re-activate it by paying or else... It was working in December 2017. I use the application
2012 Feb 25
0
Speex-with-header-byte and Google ASR
Greetings list, I am working on a project on which we wish to use Speex with Google Automatic Speech Recognition (ASR) to transcribe Speex audio being sent on to Google ASR service and return us the text of the spoken audio in the Speex audio stream. However, Google ASR's Speex support requires the off-standard Speex-with-header-byte format, and my group cannot find any worthwhile
2012 Feb 25
0
Speex-with-header-byte and Google ASR
Greetings list, I am working on a project on which we wish to use Speex with Google Automatic Speech Recognition (ASR) to transcribe Speex audio being sent on to Google ASR service and return us the text of the spoken audio in the Speex audio stream. However, Google ASR's Speex support requires the off-standard Speex-with-header-byte format, and my group cannot find any worthwhile
2018 Apr 24
0
Server renew...
On 24 Apr 2018, at 15:51, FĂ©lix-Antoine Morin wrote: > Hi there, (sorry for my bad english speaking) > > I was broadcasting my Iphones audio feed to the Icecast server : > http://104.236.126.104:8000/ > or > http://104.236.126.104/ (port 8000) > > But now it seams like that server is dead... An other developper set it up > for me, so I don't know if we just need to
2013 Nov 15
0
Thanksgiving Best MTS to MOV on Mac Converter 15% Off
MTS is a file extension for an AVCHD video clip format for high-definition video, s supporting 1080i (a high definition video format with 1080 horizontal scan lines, interlaced) and 720p (720 horizontal scan lines, progressive scan, rather than interlaced) in a relatively small file size. Recently more and more people have updated their Mac computer to Mac OS X 10.9 Mavericks, but video
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
Watch some videos. Mark your calendar. Invite your friends. Join in on IRC or Voice. Join the mailing list, say "Hi. :)" ===== 1) 2010.7 Videos: How to write VOIP client in less then 2 minutes, rpdammu Schizophrenic Firewalls - virtualized net stack OpenBSD, Claudio Jeker Motorola Droid Metro PCS Apps, makeitcricket.com Open Wonderland virtual worlds platform, Nicole Yankelovich,
2004 Aug 06
0
speex_encode / speex_encode_int ... already sorry =)
On Sun, Apr 25, 2004 at 04:18:16PM +0200, crazylord wrote: > Hi, i know this question has already been asked, i've checked mailing > list logs but ... > I didn't figure out the solution for my question. > > I want to use basic functionnality of speex, only VAD, no pre/post > filter, even no VBR. But i *really* want to use less mem/cpu i can. > So in which format
2004 Aug 06
2
speex_encode / speex_encode_int ... already sorry =)
I always think short is better over float, because most of the time we don't get float form data, from, e.g microphone / wav files <p>-----Original Message----- From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf Of Conrad Parker Sent: Monday, April 26, 2004 12:58 AM To: speex-dev@xiph.org Subject: Re: [speex-dev] speex_encode / speex_encode_int ... already sorry
2004 Aug 06
0
speex_encode / speex_encode_int ... already sorry =)
On Mon, Apr 26, 2004 at 01:32:53AM +1000, Kenji Chan wrote: > I always think short is better over float, because most of the time we don't > get float form data, from, e.g microphone / wav files It really depends on your framework. Hardware generally uses integer samples, but a number of newer software systems use float. On modern host cpus it's just as fast and you don't
2006 Jan 29
1
is it ok to call speex_encode_int after speex_bits_write?
I'm reliably getting a corrupt stream when I do a certain encoding and decoding test. I've pegged it down to this: encoding some frames, calling speex_bits_write() and then encoding another frame produces a corrupt stream. My question is, is this a speex bug or incorrect API use? I can provide a test case (currently in python, will translate to c if needed). Thanks, Micky
2011 May 07
0
Re: iPad and WINE
alabama_tuck71 wrote: > Dammit :( It would have a great work distraction...thank you, though! Second, the iPad doesn't have an x86 CPU in it. It has an ARM CPU in it. Wine barely even supports ARM natively. It certainly doesn't support running x86 programs--like World of Warcraft--on ARM hardware. Long story short: there is no way to run the Windows version of WoW on an iPad
2005 Oct 17
2
speex_encode_int() - pls help..
Hi, I'm using speex 1.1.10 and writing a program similar to sampleenc. I need to use the fixed point library as I'm eventually porting to ARM processor but I encountered a problem with speex_encode_int(), which I used in place of speex_encode(). I gave it a short instead of a float (manual says it takes a short for the audio - 2nd parameter) but the compiler says it could not convert the
2004 Aug 06
4
speex_encode / speex_encode_int ... already sorry =)
Hi, i know this question has already been asked, i've checked mailing list logs but ... I didn't figure out the solution for my question. I want to use basic functionnality of speex, only VAD, no pre/post filter, even no VBR. But i *really* want to use less mem/cpu i can. So in which format should i pass data to speex_encode(_int) , float or short ? I quickly looked at the source code
2011 Apr 22
5
wine itunes ipad
Hallo everybody, Have anyone already tried to activate an ipad 1/2 with itunes running under wine? I need to know that, because i have to activate ipad2 from my aunts. greetz mary84
2014 Mar 05
1
Send and Bounced mail not appearing, depending on mail client
Hi, I just installed Dovecot2 on Ubuntu 12.04 server with postfix and postfixadmin. I am using virtual users and virutal domains. When using Thunderbird, Roundcubemail,iOS mail application on an iPad2 or Kmail n Android, all mail sent and bounce shows up. However, when using vTigerCRM to send mails, nothing shows up - anywhere. I know the mail are being send - as per the mail.log and the various
2013 Oct 22
0
Can i ask about speex codec ?
Hi~ My name is James. I am a iOS developer. My app need sound codec. (1 encoding & 32 decoding at the same time) So i used speex codec. But codec's performance was lower than my expectation. Is it normal ? or did i do something wrong ? cpu usage test of speex codec on iPad2. (tested by xcode instruments) ================================================================ ## encoder test a) 1
2009 Jan 29
1
Samba 3.2.7 and XP authentication error
List, Long and confusing message follows... I'm facing a frustrating problem. XP clients can use resoures on the samba server by IP-address, but not by name. So, "net view \\servername" gives "access denied" but "net view \\ipaddress" gives list of shared resources. Samba server (3.2.7 sernet rpm) is a member server in W2003 domain. I emphasise that with
2011 Dec 21
1
APC BZ1200-BR
Dear friends, I installed NUT and followed all suggested procedures to verify if my ups is supported. No driver recognized my ups, and the genericups tests get wrong. Here I send some informations about it: The ups model is APC BZ1200-BR I use Ubuntu, and the lsusb results Bus 003 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC for ups. The
2010 May 11
0
more USB logs
# export USB_DEBUG=5 # /usr/local/ups/bin/usbhid-ups -a CP550SLG -DDDDD Network UPS Tools - Generic HID driver 0.34 (2.4.3) USB communication driver 0.31 0.000000 debug level is '5' 0.000426 upsdrv_initups... usb_set_debug: Setting debugging level to 5 (on) usb_os_init: Found USB VFS at /dev/bus/usb usb_os_find_busses: Found 001 usb_os_find_busses: Found 002