Displaying 20 results from an estimated 10000 matches similar to: "Re: Where is the CL-AMP (BeOS) plugin ..."
2000 Aug 18
0
BeOS (was Parallelism)
Sorry, majordomo mistriggered on the word 'which'. Sigh.
Monty
------- Forwarded Message
From: "Timothy Wayper" <timmy@r3.co.nz>
To: <vorbis-dev@xiph.org>
Subject: Re: [vorbis-dev] BeOS (was Parallelism)
Date: Fri, 18 Aug 2000 10:17:43 -0500
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority:
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2003 Sep 14
1
R on BeOS
Hello,
I have compiled R-1.7.1 on Beos R5 (x86) and got it running.
The modules x11 and internet dont work (so the only working display is
postscript()).
The libraries all compile, but there is a problem with methods.
I get the following error when i make methods:
dumping R code in package 'methods'
Error in .Call("R_initialize_methods_metadata", table, PACKAGE =
2003 Feb 22
1
rsync ported to BeOS-bone
Hello, here is a preliminary patch allowing rsync 2.5.6
to compile in BeOS (using the new BONE networking stack).
Some explanations:
- BeOS doesn't have chroot(),
- the BONE networking stack export legacy network function
for old apps in libnet.so (linked to by default), so it's
necessary to force linking to the new libraries for things
to work. I've yet to get inet_ntop() to be
2000 Nov 15
1
BeOS on PPC compile, thread question.
> In fact I am compiling as C++. Under BeOS, these functions will
> eventually end up inside of a C++ class. So, I'm kind of stuck.
> It's not the end of the world.
Couldn't you just compile the vorbis files as vanilla C, and then implement a thin C++ wrapper if you need to access it that way? There's nothing in BeOS which *requires* code to be C++. Sorry if I'm
2000 May 08
3
Merge done
The merge of the format changes and new psychoacoustics is complete. There's
still tuning work left to do (most notably there's a somewhat
higher-than-acceptable level of background low-midrange/upper bass noise; this
is due mostly to incomplete psychoacoustic modelling data in the 100Hz-500Hz
range) however, at this point, pending bugfixes, the Vorbis 1.0 stream format
is frozen.
2000 Nov 19
0
potential BeOS fix
I'm not sure how this would affect other OS's (I have no real
idea how autoconf, automake etc work) but this is
a go at fixing the BeOS undefined link problem.
Hope the diffs are okay
P.S. is there a simple test program for the FP bug in the math inline
header
I'd like to see if BeOS suffers from the problem or not.
Dave
--- configure.in Sun Nov 19 14:42:16 2000
+++
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing
a shared library. Now I'm trying to build vorbis but I'm falling over
at the final step. While trying to produce libvorbisfile.
The make file is trying to compile with
gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname -
Wl,libvorbisfile.so -o .libs/libvorbisfile.so
with
2002 Jan 01
6
new vorbisenc behaviour
Just got around to compiling RC3 under beos and came across an
anomaly when using managed bitrates.
I haven't changed the code for the beos encoder but I now get double
the bitrates so
vorbis_encode_init(&vi,mediaFormat.u.raw_audio.channel_count,(long)mediaFormat.u.raw_audio.frame_rate , -1, 128000, -1);
now gives me vorbis files that average around 325 - 350.
Is this now the correct
2005 Jan 26
0
New version of AMP - 1.10.006
Hello all,
A new version of the Asterisk Management Portal is available for
download.
Please visit the AMP homepage at http://amp.coalescentsystems.ca
Upgrade instructions are at http://amp.coalescentsystems.ca/UPGRADE
Use our Sourceforge mailing list and forum for discussions about AMP.
1.10.006 ChangeLog:
- Use extensions_custom.conf for customizations. Sample included.
- Added option
2000 Mar 13
1
New to list
Hi,
I'm new in this list and I just want to say "hello".
Maybe I'm a little bit strange, because I try to get samba running on BeOS.
--
BeHappy :)
Matthias "LoCal" Schonder
Be-Dev#: E-18032
----
BeHot. BeCool. Just Be
Use BeOS. Get it free!
http://free.be.com
----
You know you've been spending too much time on the computer when your
friend misdates a check,
2013 Apr 14
0
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
----- Original Message -----
> From: corngood at gmail.com
> To: llvmdev at cs.uiuc.edu
> Sent: Saturday, April 13, 2013 9:13:57 PM
> Subject: [LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
>
> After reading about Intel's 'Shevlin Park' project to implement
> C++AMP in
> llvm/clang, and failing to find any code for it, I decided to try to
> implement
>
2006 Jan 20
1
Why is agents.conf not utilized? (aka: can't find good info on agents and queues for AMP)
For all you AMP users: Why the heck is there no area in AMP to manage
agents? I see you can add static agents under the queue settings, but there
is no area to assign dynamic agents. Is every extension (or user)
considered a dynamic agent? Is it setup up such that, as default, every
extension is considered a dynamic agent that can log into any queue? (Yes,
I realize you can add a password to
2005 Sep 01
0
Asterisk@Home: How to changed AMP User Login andPassword
>From the command prompt type: help-aah
This will give you a list of commands to change passwords. For example:
Commands Descriptions
-----------------------------------------------------------------------
config set the local time zone and keyboard type
netconfig configure ethernet interface
genzaptelconf autoconfig Zaptel
2013 Apr 14
2
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
After reading about Intel's 'Shevlin Park' project to implement C++AMP in
llvm/clang, and failing to find any code for it, I decided to try to implement
something similar. I did it as an excuse to explore and hack on llvm/clang,
which I hadn't done before, but it's now at the point where it will run the
simplest matrix multiplication sample from MSDN, so I thought I might
2005 Feb 03
1
AMP with SUSE9.2 (Apache2)
Hi all,
After pinging the AMP userlist at SourceForge, I got a great step by
step explanation as to how to set up AMP for Apache2 (some maybe obvious
stuff that wasn't in the Newbie Guide).
Thanks to Jason Becker of Coalescent Systems.
If anyone needs me to post Jason's instructions here, I can, but they
are in a thread called "AMP noob issues with Apache2/Suse9.2" at
2005 Sep 11
2
Asterisk and AMP installed now what?
Ladies and Gentleman,
I have setup Asterisk and AMP. They are working with out error. But now I
need to get everything going.
I have Voicepluse and they give sample iax.conf and extensions.conf files
but that does me a little good as I am using AMP.
Is there some docs somewhere on how to confgure once I have AMP up and
running?
I am not a telephony guy and alot of this looks like greek to
2006 Jan 04
1
AMP: Losing backslash characters in config files
I've just started using AMP and found that I have a problem with escaped characters in config files.
In particular, I have a custom config item that needs a semicolon in...
SetVar(_ALERT_INFO=info=auto-answer;delay=1)
To get the part of the line after the ; to be accepted by Asterisk as a non-comment it needs to be escaped with a backslash, but I have found that I need to put two
2006 Apr 10
2
AMP / Maintenance-Button missing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm in charge of two Asterisk servers.
One of these servers is running an Asterisk@Home version under CentOS,
the other one is running Debian Sarge. The Debian server has been
installed by me using this howto:
http://www.astpp.org/index.php?n=ASTPP.DebianSarge-AMP
On both servers, the AMP version is 1.10.010. However, the
2005 Feb 08
0
Confusing Contexts using AMP
I'm using Asterisk@Home with the AMP interface and I'm having troubles
getting incoming calls working properly. In AMP, I have it set to take
incoming calls from PSTN, during regular business hours, to be sent to
extension 201. The include statement for extentions-additional.conf is
uncommented in extensions.conf; and I've verified AMP successfully
changes the config files. However