similar to: two develop problems about flac-1.1.3?

Displaying 20 results from an estimated 200 matches similar to: "two develop problems about flac-1.1.3?"

2007 Feb 12
0
two develop problems about flac-1.1.3?
On 2/9/07, zhou link <freboat@gmail.com> wrote: > but it DEPANDs on the ogg lib now, i try it build a plugin for > beep-media-player on linux Here is a diff to Makefile.in that I use to disable encoder, metadata and ogg library support for FLAC 1.1.3 for the mvpmc project. http://git.mvpmc.org/cgi-bin/gitweb.cgi?p=mvpmc.git;a=blob_plain;f=dongle/libs/flac/flac.patch Martin
2007 Jan 01
2
Decoding Type=Independent
Hello, I am new to the list, to FLAC and to FLAC development but I am having a problem in trying to make FLAC work with MediaMVP based the mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can help me with. This device is possibly minimum spec. for a FLAC decoder. In any case, I have had some success cross-compiling libFLAC (without the ogg or metadata modules).for the embedded
2007 Feb 22
1
FLAC 1.1.4 vs FLAC 1.13
I've compiled 1.1.4 for the mvpmc project and my experience is that it is slower not faster, which seems to contradict the release notes. What are others experiencing? The MediaMVP's cpu is a powerpc 405 no floating point and there isn't much free memory if that makes a difference. Martin
2007 Jan 02
0
Decoding Type=Independent
--- MVallevand <mvallevand@gmail.com> wrote: > Hello, I am new to the list, to FLAC and to FLAC development but I am > having a problem in trying to make FLAC work with MediaMVP based the > mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can > help me with. This device is possibly minimum spec. for a FLAC > decoder. > > In any case, I have had some
2007 Jan 02
3
Decoding Type=Independent
On 1/2/07, Josh Coalson <xflac@yahoo.com> wrote: > I'm not sure I understand... I think the INDEPENDENT you are referring > to means the interchannel decorrelation method. this stage is before > and independent of LPC analysis. Correct. > I'm not sure why "independent" frames would not decode correctly > though. more info on exactly how it is not working
2004 Nov 20
1
Restore sources
How can I see my codes (syntax) after restoring a workspace? Also " Summery" tnx Mike [[alternative HTML version deleted]]
2004 Feb 17
7
max asterisk load
Hi, We're evaluating asterisk, somebody has measured maximum asterisk load (simultaneus calls, calls per seconds...)? Are there any stimation? Thx. Best regards. .G
2007 Jan 02
0
Decoding Type=Independent
--- MVallevand <mvallevand@gmail.com> wrote: > On 1/2/07, Josh Coalson <xflac@yahoo.com> wrote: > > I'm not sure I understand... I think the INDEPENDENT you are > referring > > to means the interchannel decorrelation method. this stage is > before > > and independent of LPC analysis. > > Correct. > > > I'm not sure why
2001 Dec 24
1
Desperate -- I'll even pay -- winbind/samba -- challenge/response password authentication failed
No kidding folks, I need to get this working and am willing to pay money for useful help! I'm having problems getting "challenge/response password authentication failed" with the command "wbinfo -a DOM+W2kusername%password". I presume this will prevent me from using my Windows usernames and passwords to log into my Linux box. My environment is a newly configured Redhat
2002 Mar 18
1
Bug in ogglib leads to incomplete packets
There seems to be a bug in ogg lib: The error occurs in the following situation: - You have called ogg_stream_reset - You deliver a page to the stream which contains only the "middle of packet. I.e. not the beginning and not the end. (packets = 0 continued = 1) - You deliver the next page which contains the end of the page before and some more (packets >= 1 ) Now
2006 Feb 07
3
No sound on 10% of incoming calls
Hello, I have a problem with Asterisk, on 10% of incoming calls the IP Phone ring but I don't hear the caller and the caller doesn't hear me (all IP Phones have the same problem). This problem appear also if the call is directly send to the second E1 of the digium card who is connected to an IVR. It does not depand on the charge of the server (I have the problem with only one call).
2001 Feb 16
2
Updating WordPerfect Office
The version of Wine that ships with WPOffice 9 is getting pretty creaky. As far as I can tell, Corel doesn't have any updates on their site, but as far as I know there's no reason that someone couldn't update their version. Anyone have any luck with this? I'm still trying to reproduce their build parameters. -- | I'm old enough that I don't have to pretend to be grown
2006 Mar 02
1
Toshiba DK424 / Asterisk / DTMF problems
I have a Toshiba DK424 connected via T1 E&M to a TE110P card. Intermittently when a user dials a number I am getting 'getdtmf' errors on the Ast server and the calls do not go through. If they dial the number once or twice more, it works fine and I receive no DTMF problems. On another note, end users are complaining about intermittent disconnects. T1 is ESF/B8ZS - 24 chan. Other
2015 Oct 26
2
DC replacement and DNS issue
Hey, Thank you Louis for this script, I didn't yet took time to dig in but I'll do. I didn't took time neither to perform another test. That should be done today. Anyway I waited for DC synchronisation before posting. I joined my DC and removed the old ones almost at same time then I gave more than 12 hours to my DC to synchronize. Then I tried to understand what happened, I wrote
2015 Apr 27
4
Real sh? Or other efficient shell for non-interactive scripts
Warren Young <wyml at etr-usa.com> wrote: > On Apr 27, 2015, at 4:38 AM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > This is the SVr4 Bourne Shell, so you need to take into account what has been > > added with Svr4: > > Is there any difference between your osh and the Heirloom Bourne Shell? > >
2013 Mar 10
1
BEST WAY TO DEVELOP DYNAMIC DROPDOWNS
Hi, I have these models : Country, State, City . Each of these model has a dropdown, when i select a country i want to populate state acording to the selected country and also city with state selection. I know that to do this i have to use jquery/ajax , but i dont know wich is the best way to do it. I have this example as reference :
2013 Aug 30
1
cli & glusterd sm develop guide
hi, I want develop a cli cmd to create snapshot, but glusterd op sm & hook looks complex, Are there development guides or docs about cli & glusterd backend process? Thanks. --terrs
2007 Feb 07
0
ftss project (was: The dificult of develop an "Solr-like" to Xapian)
Hi all, I'm (still) need(ing) something like Solr[1] to Xapian, to make it I have 2 options, extend xapian-tcpsrv or re-implement ftss project[2], the problem of ftss is that it is 5 years old, and there's lots of changes into Xapian library (and also libc), what is the best way to implement a Solr-like server to Xapian? Did you done some progress Philip Neustrom? [1] -
2012 Jun 17
0
The rails way to develop a multi product type shopping cart
Hi, I''m developing an application which has to manage many types of products. But I can''t think what the best approach in rails is on how to implement them. Here is a selection of some of the products (with some data types) that the software will have to manage: Speaker Make - String Model - String Wattage - Integer Price - Decimal
2009 Nov 26
0
Progression, Step by Step - How To Develop A "Normal Forhand" To A "Weapon"
www.tennistips365.com Now we have created a new movie - "The Extreme Makover - Forehand" In this movie you will be able to follow a players development from "old school" technique to "modern" technique. After 8 hours of practise with trainingsystem develop by tennistips365.com Josefine, 11 years old, plays like a pro. "Playing with a good, basic tennis