search for: inphones

Displaying 8 results from an estimated 8 matches for "inphones".

Did you mean: inphonex
2007 May 04
0
Semi-OT: useful things to do with XML browsers inphones
...terisk-users-bounces@lists.digium.com <asterisk-users-bounces@lists.digium.com> To: 'Asterisk Users Mailing List - Non-Commercial Discussion' <asterisk-users@lists.digium.com> Sent: Thu May 03 10:18:06 2007 Subject: [asterisk-users] Semi-OT: useful things to do with XML browsers inphones Greetings list, It seems that more and more phones these days are coming with XML mini-browsers. I'd like to have a go at developing something useful to use on them, but in all honesty, most of our customers use their phones to make and take calls and very little else. So I'm open to sug...
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but it hasn't changed a thing. I'm still getting the same behaviour. typedef struct { unsigned order; unsigned parameters[1 << 6]; unsigned raw_bits[1 << 6]; } FLAC__EntropyCodingMethod_PartitionedRice; Any other thoughts? Thanks, Reza Josh Coalson wrote: > --- Reza Naima
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this : from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) and that seemed to make decoder_new() happy, but it's promptly crashing after making a call to the read callback (below), then to the meta callback. The meta callback did nothing but print a string and return. I removed it, and
2004 Sep 10
0
[jamie@audible.transient.net: Bug#160155: gapless playback]
Jamie, I hear what you're saying. I don't believe this *should* be a plugin's responsibility, though it sounds like with XMMS it is. But I don't know how to fix it. Probably with enough archaeology into the XMMS source and other plugins I could find out. I'll file it in the feature requests and hope someone can get to it. Josh --- Matt Zimmerman <mdz@debian.org>
2002 Oct 26
0
Rollover Your Minutes on Your New Free Nokia
Free Nokia 3360, 3500 Night And Weekend Minutes, Free Nationwide Long Distance ------------------------------------------------- With Cingular's Home 400 Plan for Just $39.99 A Month You get: - 400 Minutes Minutes Per Month - Call Forwarding - Call Waiting - 3-Way Messaging And THe Nokia 3360 Features - 210 Minutes Of Talk Time - SMS 2-way Text Messaging - Predicitive Text
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and i'm trying to start up a decode thread : #include <FLAC/stream_decoder.h> .... FLAC__StreamDecoder *flac = NULL; flac = FLAC__stream_decoder_new(); if (flac == NULL) { printf("[DECODE] Unable to initalize flac object\n");
2007 May 03
3
Semi-OT: useful things to do with XML browsers in phones
Greetings list, It seems that more and more phones these days are coming with XML mini-browsers. I'd like to have a go at developing something useful to use on them, but in all honesty, most of our customers use their phones to make and take calls and very little else. So I'm open to suggestions. What useful applications are you developing for these mini-browsers? What sort of things do
2004 Sep 10
2
[jamie@audible.transient.net: Bug#160155: gapless playback]
I am forwarding your request to the FLAC development mailing list. ----- Forwarded message from Jamie Heilman <jamie@audible.transient.net> ----- Date: Sun, 8 Sep 2002 16:13:32 -0700 From: Jamie Heilman <jamie@audible.transient.net> Resent-From: Jamie Heilman <jamie@audible.transient.net> To: submit@bugs.debian.org Subject: Bug#160155: gapless playback Package: xmms-flac