Displaying 20 results from an estimated 1000 matches similar to: "TFTP and DHCP..."
2005 Jan 28
5
Eyebeam - asterisk - Messenger
Hi all,
I would like to connect in sip mode an Eyebeam client to a messenger via
Asterisk.
I want to use video.
Nat is not an issue as vpn connections will be used.
Is this a difficult tasks, can someone give me some pointers to get
started...
Have a good week-end,
Francois
Random Thought:
---------------
Wanna buy a duck?
2005 Jun 02
5
2 incoming lines and Asterisk@home...
Hi all,
Is it possible to use 2 incoming fxo lines (one is for my company the
other for the family) with Asterisk@home?
Best regards,
Francois
Random Thought:
---------------
Errors like straws upon the surface flow: Who would search for pearls must dive below. - John Dryden, 1631 - 1700
2005 Aug 02
1
Paging systems from the phone...
Hi all,
Is there a model of IP phone, with a built-in speaker, that can be used as
part of a Overhead Paging system? Can Asterisk accomodate such a feature?
Regards,
Francois
Random Thought:
---------------
It isn't necessary to have relatives in Kansas City in order to be
unhappy.
-- Groucho Marx
2010 Feb 11
1
Compile/Build Speex on iPhone
The off dependencies are only for speexenc and speexdec, as far as I
recall.
If you omit those targets, you shouldn't have the ogg dependency issues.
On Feb 10, 2010, at 22:21, Jean-Marc Valin <jean-marc.valin at usherbrooke.ca
> wrote:
> Unless you want to work on files (rather than RTP), you don't need any
> of the stuff that uses ogg.h
>
> Jean-Marc
>
>
2010 Feb 11
2
Compile/Build Speex on iPhone
Hello,
I am completely new to Speex and make files but I'm looking to build/
run Speex on the iPhone for decoding and potentially encoding. I've
read that you can just copy the source into an XCode project which I
tried but I started getting all kinds of compile errors. (1000+) There
were things like missing references to ogg header files and so forth.
Could someone explain
2011 Jul 12
0
Speex newbie: win32 encoder and Java applet playback?
On Tue, Jul 12, 2011 at 10:10, Clifton Craig <clifton.craig at gmail.com> wrote:
> Hi Fernando,
>
> You can use the examples included in the Speex source download to perform encoding from the command line. There is also a JSpeex Jar file that you may be interested in which is an all Java solution that will encode/decode for you. I have successfully implemented the Java encoding
2010 May 06
1
Encoding a wave file with a bad header
If I use Speex, JSpeex actually, to compress an otherwise valid wave file with zero lengths in the header would it impact the compression at all? Here's what I'm doing during compression in Java:
AudioFormat wavFormat = ais.getFormat();
AudioFormat speexFormat =
new AudioFormat(SpeexEncoding.SPEEX_Q5,
wavFormat.getSampleRate(),
2010 May 03
1
Help decompressing Speex audio
I have an audio file compressed by JSpeex that I'm trying to decompress on the iPhone. I've been trying to work from the speexdec example in an attempt to port the core logic to ObjC. I have a class that does the decode and passes the result back to another class. (currently the other class is a unit test.) My other class is writing the converted output to disk. I compare the results of my
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
Hi,
I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad,
That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on
2005 May 07
1
WIP-5000 and DTMF
My WIP-5000 phone is working well with my Asterisk box now, except for DTMF.
All DTMF key presses come across as clipped or just clicks on the remote side.
I had this problem with my Sipura ATA as well, but fixed that by playing with
the settings on the Sipura device.
I've tried dtmfmode=inband and also rfc2833, but neither seem to work. I
don't see any place in the settings on the
2005 Jul 20
0
freebsd-security Digest, Vol 120, Issue 1
On Wed, Jul 20, 2005 at 12:00:36PM +0000, freebsd-security-request@freebsd.org wrote:
> From: Joachim Str?mbergson <watchman@ludd.ltu.se>
> Subject: Adding OpenBSD sudo to the FreeBSD base system?
> To: freebsd-security@freebsd.org
> Message-ID: <42DCC503.5000408@ludd.ltu.se>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Aloha!
>
>
2010 Mar 20
0
Decode file written from JSpeex using C/C++ API?
I'm new to Speex and I'm trying to compress audio using JSpeex in a servlet then play it back on the iPhone. I've managed to get Speex to compile on the iPhone by copying the speex and libspeex folders into XCode. I've read the sample code and the PDF documentation and I have a rough idea how to decode a raw stream. (I'm assuming the sampledec source works with raw speex audio
2010 Apr 30
0
Simple example of decoding streaming audio realtime?
Clifton Craig <clifton.craig at gmail.com> writes:
> Hi,
>
> I'm new to Speex and a little uncomfortable in C programming. I'm
> looking for a simple example of how I'd use Speex to decode a speex
> file read off of an network stream and pass the decoded samples to an
> audio player. I have speex running in an iPhone project and I started
> digging thru the
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
I'm a software engineer. I'm terribly uncomfortable with C. I want someone to show me a simplified use of Speex decoding. FWIW I'm finally getting my head around the API but the example had me a little lost with its cryptic variable names and monolithic nature. The example I'm asking for is way simpler than the final code I will ship to production so in essence, I'm looking for
2010 Apr 30
0
Simple example of decoding streaming audio realtime?
On 30 April 2010 05:45, Clifton Craig <clifton.craig at gmail.com> wrote:
> Hi,
>
> I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru
2010 Jun 26
0
Down Convertion from 32Khz to 16Khz
I've done something similar in Groovy/Java using Wave files. In my case I was downsampling from 16bit to 8bit. Here's the core of my conversion logic.
def convertData(def inputStream, def outputStream) {
boolean otherByte = false
inputStream.eachByte {
if(otherByte) {
//invert high order byte
int inverted = ((int)it) ^ 0x00000080
byte[]
2005 Mar 22
0
RE: [Asterisk-uk] Meet
The feedback we are getting so far has been excellent! As more is
decided the list will be updated, if you'd like to be involved in
helping, please join us on the IRC channel, #asterisk-uk on
irc.freenode.net.
If your company would like more involvement with the event, please email
me directly. I would really like to hear from people/companies who would
like to: -
# Exhibit a product or
2011 May 03
3
ANOVA 1 too few degrees of freedom
I'm running an ANOVA on some data for respiration in a forest. I am having a
problem with my degrees of freedom. For one of my variables I get one fewer
degrees of freedom than I should.
I have 12 plots and I therefore expected 11 degrees of freedom, but instead
I got 10.
Any ideas?
I have some code and output below:
> class(Combined.Plot)
[1] "character"
>
2005 Jan 11
0
RE: Asterisk-Users Digest, Vol 6, Issue 142
Does any one knows of an Windows based SIP video phone???... Thanks...
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
asterisk-users-request@lists.digium.com
Sent: Tuesday, January 11, 2005 9:27 AM
To: asterisk-users@lists.digium.com
Subject: Asterisk-Users Digest, Vol 6, Issue 142
Send Asterisk-Users mailing