Displaying 20 results from an estimated 4000 matches similar to: "newbie questions"
2004 Nov 03
4
libspeex for other platforms
wouldn't it be a good idea to have the libraray available as a binary for
non-PC platforms like the PocketPC, Symbian and Mac?
i am suggesting this as it will allow the developers to go ahead and
program to an interface while the development continues.
there are builds for symbian, pocket pc and linux already in the tar ball.
putting their binaries on the download section will probably
2005 Mar 25
2
Port speex to my iPAQ 1945
Hi
I want to port speex to my pocket PC iPAQ1945 which has a Samsung
processor 2410, an ARM9-based processor. I would like to write the
specific optimized code for this chip. I had some experience at DSP
chip and fixed-point coding but know nothing about embedded system and
ARM. Could someone tell me some hint how to write optimized code for
this pocket PC. If you can give me some links that will
2007 Apr 03
1
Speex ARM4 patch
The attached patch eliminates some warnings while compiling for ARM4
targets. It also simplifies the asm constraints a bit. Now we can use
the ARM4 optimisations when compiling for PortalPlayer targets in Rockbox.
Cheers,
Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_arm4.patch
Type: text/x-diff
Size: 1550 bytes
Desc: not available
Url :
2005 Dec 06
1
ARM4 filter code
I have found that filter_mem2 fixed point does not match the inlined
assembly version for arm4. Looking closer there appears to be an off by
one error. It occurs when setting the value of mem at the end of the
inner loop. In the C fixed point version this is done with a subtract.
In the arm4 version instead of multiplying den by yi, it is multipled by
nyi and then an add is done. This
2007 May 22
2
Testing for 1.2beta2
Dan Everton a ?crit :
> Just one minor issue while building for ARM4 targets. The prototype for
> the normalize16 function hasn't been updated in filters_arm4.h. The
> attached patch should fix that.
Patch applied. Thanks. In case you're interested, there's plenty of ARM4
optimisations that need to be updated (since 1.1.12) :-)
> Apart from that, the 1.2beta2 release is
2009 Jun 28
1
TI Davinci DM Serias
Hi, I am attempting to port the speex library to TI Davinci DM35x Family.
My questions are:
1. What is the best ./configure option for it? Is it ARM5e / ARM4 ?
when I tried these two the during the compiled a warning
"I suppose you can have a [ARM4/ARM5E/Blackfin] that has float
instructions?"
2. is there any available demos for the echo cancellation because I can get
it
2005 May 06
2
Encoder performance on ARM9
Hi there,
I've just started to work with the great speex encoder on ARM9-based
embedded platform. This is my configuration:
CPU: Cirrus Logic EP9315 @ 200 MHz (ARM920T)
o.s.: Linux 2.6.9-rc2-ep93xx
GCC: gcc version 3.3.3 (DENX ELDK 3.1 3.3.3-10) without MaverickCrunch support
ogg library: 1.0
speex command line configuration: ./configure --enable-fixed-point
--enable-arm4-asm
The code is
2006 Aug 05
1
Speex on ARM in Real time
steve,
i have run speex succesfully on windows mobile platform. check out our
product on www.spokn.com and you can download the smartphone/pocketpc
version (yes, the same binary works for both) from
http://mobile.spokn.com. we have also made binaries for macintosh
(www.spokn.com/spoknmac.dmg) as well as the regular windows xp. the
linux client is being readied for fully open-source GPL-ed
2012 Oct 05
4
horde sync status ?
Hello all,
I had a quick look at the horde site and noticed that
horde is being advertised as, let's say, "smartphone friendly".
Does anyone know if the newest horde version can "talk" to?
smart phones in regards to e-mails ?
In other words, can a user owning a smartphone get his/her
e-mails on it apart from the webpage ?
Thank you,
spyros
?
----
"I merely
2007 Jan 17
4
windows mobile 5 softphone for square screen devices
Guys, anybody has seen or is using some kind of softphone on any square
screen device with WM5? Ive tried sjlabs one and xten for pocket pc and they
do work on Wm5 but they are designed for standard screens, anybody using
anything on square ones?
2007 Jul 25
2
Speex optimization and 12 bits conversion for 12 bits ADC
Hi?Jean-Marc?
Thanks for your suggestions very much!
> > I am porting speex on ARM7TDMI, I have done some optimization, the
> > result is that the encoder and decoder need about 60 MCPS for 5.96kbps
> > bitrate and complexity 0. Can someone give me informtion about Speex
> > optimization on ARM7?
>
> That's quite good. A few suggestions here:
> 1) Don't
2007 Oct 04
2
pre-encoding and encoding optimizations
I'm sorry if this message is slightly off topic, but I'd like to know an
opinion from the speech compression experts reading this list.
I'm using spheex to encode human voices at about 15kbps, with very good
results. I was wondering if this is the best situation for my setup where I
have all the voice pre compressed (not in real time) by very powerful
servers with (near) unlimited
2017 Dec 04
2
Howto authenticate smartPhone via Active Directory
Hi Mark,
Just to let you know that we are running dovecot with AD. (and I guess:
*many* people are running that combination)
It worked without issues, we are using in dovecot-ldap.conf.ext:
> auth_bind = yes
this user/passwd filter:
> = (&(objectclass=person)(sAMAccountName=%n)(!(userAccountControl=514)))
> dn = cn=search_dovecit,cn=users,dc=company,dc=com
> dnpass =
2006 Jul 18
1
Questions: How about Running Windows Mobile Apps on Linux?Smartphone
laotie linux <laotie@gmail.com> wrote:
>
> Just want to know if any such projects?
> 1)Running Windows Mobile Apps on Linux Smartphone
Don't know about that, but I'd guess wine is missing something in this
direction. I would also guess that wine is a bit to big (spacewise) to
fit onto a Phone.
> 2)Running Symbian Apps on Linux Smartphone
Symbian is not related to
2017 Dec 03
3
Howto authenticate smartPhone via Active Directory
with passdb ldap i guess.
---Aki TuomiDovecot oy
-------- Original message --------From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory
Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2
shows:
passdb pam {
}
used for
2006 Jun 22
2
How to get audio data from microphone on pocketPC ?
Hi,
My name is Patrick, i am french, and i am developping a softphone for pocket
PC using speex.
Sorry in advance for my bad english.
So i have make an GUI in C# that use the speex functions through dll write
in C++.
And the encoding and the decoding using speex seems to work not too badly.(i
test with a wave file)
My problem is that i need to get audio data from the microphone.
In order to do
2014 Dec 19
3
Smartphone Mobility App?
Anyone found any good smartphone apps that connect with their asterisk
boxes that provides basic mobility features?
The main problem we are trying to solve is when our staff forward to their
cell phones they cant distinguish if the call was directed at their cell
phone or the business DID.
We also would like to give user ability to control DND and forwarding of
their extension from the
2007 Jun 07
1
speex1.2-beta2 and noise suppression problem
Hi!
I'm using the newest (beta2) speex library on PocketPC (Windows
powered) and experiencing some problems with noise suppression
preprocessor turned on while encoding 44kHz files.
You can hear the example here: http://szalik.net/speex (this is a
44kHz, 16, mono file encoded in UWB mode)
I tried using speex cross-compiled with gcc (fixed point + arm4 asm)
and VS (just fixed point) and it
2010 Nov 25
1
Patch: ARM: fix inline assembly when compiling for Thumb-2
Hi there. The attached patch adds If-Then (IT) instructions to the
ARM inline assembly in Speex, allowing it to compile in Thumb-2 mode.
Traditional 32 bit ARM instructions can be conditionally executed
depending on which flags are currently set. Thumb-2 requires an 'IT'
instruction instead that affects up to the next four instructions.
Note that when compiling for ARM 32, IT
2010 Nov 29
4
Asterisk on smartphone?
Hello
Some SOHO prospects only have a cellphone and I was wondering if
someone had investigate running Asterisk on a smartphone, to perform
tasks such as IVR, CID rewriting, voice-mail, notifications through
e-mails, etc.?
Thank you.