Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Ville M. Vainio
On Wed, Jun 16, 2010 at 3:57 PM, Benno Senoner wrote: > I just represent a multimedia developer wanting to use the platform > and point out the flaws in order to contribute to improve it. ... and that is appreciated. OTOH it's waste of typing to engage in long diatribes about business models and

How many times each application is downloaded from extras-devel

2010-06-16 Thread Felipe Crochik
The quick question: Is there a way to find out how many times each application was downloaded from extras-devel? It would be a valuable tool to help access if the applications are being used (and/or are useful) and decide on how to invest on each one. The issue: Right now the feedback on the

Re: Statistics about recently disconnected network connections

2010-06-16 Thread Jukka Rissanen
On 16 June 2010 16:58, Neal H. Walfield wrote: > Hi, > > Currently, I figure out when a network connection is disconnecting by > listening for ICD_DBUS_API_STATE_SIG signals and checking if the > network connection status is ICD_STATE_DISCONNECTING.  When this > happens, I send an ICD_DBUS_API_STA

Statistics about recently disconnected network connections

2010-06-16 Thread Neal H. Walfield
Hi, Using ICD_DBUS_API_STATISTICS_REQ, I'm able to get statistics about established network connections. I'd like to get network statistics (specifically bytes sent and received) about recently terminated network connections. Currently, I figure out when a network connection is disconnecting by

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Benno Senoner
regards, Benno The LinuxSampler project http://www.linuxsampler.org 2010/6/16 Ville M. Vainio : > > I think you are barking at the wrong tree - pulseaudio should get way > better latency than 5000ms, otherwise it would be useless for pretty > much everything. > > You should take this up at bugrep

Re: Trying to switch GSM provider by API

2010-06-16 Thread Faheem Pervez
On 16 June 2010 13:34, Sivan Greenberg wrote: > #define TIMEOUT 66 /* Beelzebub sends his regards. Twice. */ > > Hahah! The funniest remark I've seen in years in C constant code. :) > I am going to test this as well as I am facing a similar issue , but I want > to be able to change from 3G(UM

Re: Trying to switch GSM provider by API

2010-06-16 Thread Sivan Greenberg
#define TIMEOUT 66 /* Beelzebub sends his regards. Twice. */ Hahah! The funniest remark I've seen in years in C constant code. I am going to test this as well as I am facing a similar issue , but I want to be able to change from 3G(UMTS) to 2G(GSM) programatically for calls rates reasons. Siv

Re: Trying to switch GSM provider by API

2010-06-16 Thread Faheem Pervez
Oh, it's probably a good idea to call g_strfreev and g_array_free in on_list_recieved in the file get_networks.c... On 16/06/2010, Faheem Pervez wrote: > Hiya, > > Nokia, being the Kings of Open Source that they are, won't release the > headers for libconnui - the library used by the Phone Cont

Re: Trying to switch GSM provider by API

2010-06-16 Thread Faheem Pervez
Hiya, Nokia, being the Kings of Open Source that they are, won't release the headers for libconnui - the library used by the Phone Control Panel applet to perform this stuff. However, libconnui is a wrapper around DBus-GLib/Mission Control etc. Graham Cobb produced a brilliant Wiki page on workin

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Sivan Greenberg
On Wed, Jun 16, 2010 at 1:03 PM, Ville M. Vainio wrote: > On Wed, Jun 16, 2010 at 12:56 PM, Benno Senoner > wrote: > >> If Nokia can show us that pulse audio is able to achieve >> stable,dropout-free 10-20 msec audio latencies in any audio app >> requiring it and working perfectly >> when using Q

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Ville M. Vainio
On Wed, Jun 16, 2010 at 12:56 PM, Benno Senoner wrote: > If Nokia can show us that pulse audio is able to achieve > stable,dropout-free 10-20 msec audio latencies in any audio app > requiring it and working perfectly > when using QAudioInput/QAudioOutput classes then I'll shut up and take > my wo

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Xavier Bestel
On Wed, 2010-06-16 at 11:56 +0200, Benno Senoner wrote: > Hi, > Can you back up your claims that pulseaudio uses less CPU than JACK ? > pulseaudio cannot do wonders, if mixing is required the code must sum > up the inputs, jack does this > already in the most efficient manner and one can easily add

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Benno Senoner
Hi, Can you back up your claims that pulseaudio uses less CPU than JACK ? pulseaudio cannot do wonders, if mixing is required the code must sum up the inputs, jack does this already in the most efficient manner and one can easily add ARM vector code to speed it up. I mean if battery is a concern th

Re: Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-06-16 Thread Joerg Reisenweber
[David Greaves Mi 16. Juni 2010]: > > *Please discuss on meego-community mailing list* > > DocScrutinizer on irc pointed out that a url might be useful but was too shy > to post himself ;) > >http://lists.meego.com/listinfo/meego-community For your convenience, head of thread in mail arch

Re: Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-06-16 Thread David Greaves
On 15/06/10 18:16, David Greaves wrote: This is an open letter to the whole MeeGo community and on behalf of the Maemo development community. The purpose of this letter is to ask the MeeGo community for their permission to bring Maemo build targets (currently Fremantle eventually Harmattan, Diabl

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-16 Thread Xavier Bestel
On Wed, 2010-06-16 at 01:27 +0200, Benno Senoner wrote: > So my advice to Nokia, while still in time, cosider switching to JACK > as an audio server for future versions of Meego, The N900 already sucks batteries like mad. JACK is a no-compromise low-latency pro audio server, and does it at the exp