Displaying 20 results from an estimated 7000 matches similar to: "Kerbango goes Kerbango!"
2000 Aug 23
6
WinAmp Streaming
I'm currently working on adding streaming capabilities to the WinAmp plugin
and was wondering if I'm duplicating anyone else's work.
Right now it's about half done. I'll be submitting the changes when it's
finished (if I can figure out how to work CVS :-).
Aaron Porter
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2000 Dec 13
2
WinAmp Plugin with HTTP Streaming Support
I finally figured out why I was having so many problems with MSVC 5.
Compiler optimizations were doing BAD things. :-(
Anyway, here's the goodies:
http://www.javasource.org/in_vorbis.dll If you just want the plugin.
http://www.javasource.org/in_vorbis.zip For the source.
If somebody can get a working version from MSVC 6 please send it back to me
and I'll make it available. That
2014 Sep 24
4
[LLVMdev] Support for Soft-float
Hi,
I'm trying to generate some SPARCv8 assembly for a sparc target that
doesn't have an FPU. I'm unable to get the flow to generate calls to a
soft-float library. Since I wasn't able to find a definitive answer, I was
hoping someone might be able to offer some pointers or shed some light.
Running "clang -c -emit-llvm -msoft-float test.c -o test.bc" doesn't
generate
2006 Oct 27
3
[OT] wi-fi ip phone scenario
Hello everyone.
I know it's a little bit off-topic, but I was just wondering...
Has anyone ever had any experience with asterisk,
a wi-fi meshed lan (with more than one access point)
and wi-fi sip phones?
I made some tests but I'm not really satisfied....
Wi-fi phones are a curse (as far as I know even
Nokia eSeries -I personally own an e70 model- have their flaws):
- random sip
2013 May 17
3
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
I can't say this is a bug it is changed behavior from before the new
attribute scheme.
This issue may appear with other attributes. (there are other attributes
that clang will now place
on each function)
If you run clang as a single pass to create a .ll and don't say
-msoft-float, it puts the attribute use-soft-float=false on every
function. (It used to be that in that case
2006 Nov 20
1
compilation bug
Hello
When i try to make world (any) from xen-3.0.2 to xen-unstable-src I
gat following error :
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith
-pipe -I/home/test1/xen-unstable/xen/include
2012 Apr 29
8
[LLVMdev] [RFC] Encoding Compile Flags into the IR
Hi,
Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of the proverbial iceberg.
Goals
=====
My goals for whichever solution we come up with are
2007 May 24
1
help with libtool!
Hi,
Now I am working on BCC Cross-compiler in order to get the binaries for
LEON3 (Google SoC 2007).
I changed these lines of Makefile ...
CC = gcc
CPP = gcc -E
... to these :
CC = sparc-elf-gcc -mv8 -msoft-float
CPP = sparc-elf-gcc -mv8 -msoft-float -E
The options means:
-mv8 : generate SPARC V8 instructions
-msoft-float : emulate floating-point
When I run "make", there is a
2007 Nov 23
2
How to bridge two connected calls
Hi everybody.
I am in the following scenario:
1 Customer "A" calls an asterisk box over a Zap channel on
a toll free number during night time
2 The incoming call enters an AGI script on the dialplan
3 The AGI script plays back a welcome message, then
starts the music-on-hold stream
4 The AGI script originates a calls to a
stand-by operator's cell phone (operator
2018 Jul 18
2
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
On 7/18/2018 9:03 AM, mark wrote:
> Based on experience at a number of jobs, Exchange may appear to be easy to
> configure, but as soon as you get past the utterly basic configuration,
> when management or other departments want more, it then becomes a major
> headache.
I like to say that Windows is easier to install and initially configure,
but Linux is much easier to FIX. Things
2012 Aug 16
3
[LLVMdev] MIPS & GP register
On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>> -march=mips32r2
>>> -mtune=4kem
>>> -msoft-float
>>> -EL
>>>
>>> -Xclang -triple -Xclang mipsel-sde-elf
>>> -Xclang -mrelocation-model -Xclang static
>>>
>>>
2008 Jan 23
2
Modem bridging on Asterisk (no VoIP involved)
Hi everybody.
I know maybe this question has been posted some time ago, but
I need your updated opinion on the subject.
I'm replacing our old pbx with asterisk.
I have two TE207 dual pri (e1) cards on a clustered system
(one on each node).
I absolutely need to connect 4/5 analog extensions with
modems, they're being used for remote assistance on very
old systems which cannot be upgraded
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>> -march=mips32r2
>> -mtune=4kem
>> -msoft-float
>> -EL
>>
>> -Xclang -triple -Xclang mipsel-sde-elf
>> -Xclang -mrelocation-model -Xclang static
>>
>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>> -Xclang -mllvm -Xclang
2000 Nov 11
1
esd bug in ogg123
I've run into two problems with ogg123 that appears only when using the
esound driver.
Case 1: pops in output
Audible pops, especially at low volume. Original mp3 file does
not exhibit these pops, nor does oss output from ogg123, nor does
esd output from mpg123.
Things ruled out:
disk speed - the HD is ATA/33 with DMA on. It's a single user
2012 Aug 16
2
[LLVMdev] MIPS & GP register
Hi LLVM MIPS people,
I've been trying to keep track of the MIPS backend in order to eventually switch to clang/llvm from GCC for building our camera software. We've been using a build at revision 156432 for some time with no problems. I synced up to TOT clang/llvm today (revision 162004) to see if any optimizations had been improved, etc. The build I made with it started crashing
2009 Apr 08
1
watchdog timeout
Hello
I have some problems with 3Com nics, after a upgrade from 5.5-STABLE to
6.4-STABLE.
This machine has two 3com nics (one is LAN other is WAN) and i see too much
"watchdog timeout" on both cards.
This on/off up/down on cards, affect the interrupt to clients that are
downloading from apache web server, especially on large files.
--------------------------------------------
2005 Sep 13
4
Fedora Core 4 not recognizing X100P cards
I am getting quite frustrated today, so please bear with me.
I just installed Fedora Core 4 (was running RedHat 9 with a working
Asterisk)
now my Fedora does not appear to be recognizing my X100P (clone) at all.
Hardware browser just shows them as unknown device. driver: hisax
So, of course, my zaptel drivers do not work and therefore my asterisk does
not work.
any help would be greatly
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote:
>
> On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
>
>> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>>> -march=mips32r2
>>>> -mtune=4kem
>>>> -msoft-float
>>>> -EL
>>>>
>>>> -Xclang
2011 Feb 07
4
delete rows
Hello. I came across your response in an R forum and could use your help. I have a data set with 472 rows. I want to delete rows 416 through 472. The name of my data set is MERGE.
I am an extreme R novice. How do I write a script to accomplish this?
Thank you.
---
Christopher H. Porter, M.A., M.Ed.
Director, Undergraduate Recruitment
College of Engineering and Science
Clemson University
2012 Apr 30
4
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 1:00 PM, dag at cray.com wrote:
> Bill Wendling <wendling at apple.com> writes:
>
>> Link-Time Optimization has a problem. We need to preserve some of the
>> flags with which the modules were compiled so that the semantics of
>> the resulting program are correct. For example, a module compiled with
>> `-msoft-float' should use library