similar to: Need help in speex..

Displaying 20 results from an estimated 5000 matches similar to: "Need help in speex.."

2010 Mar 30
1
Need help in speex..
Hi, Vipin, What you're going to want to do here is convert your 8-bit stereo samples into 16-bit mono samples and back again when you're done(*). What you are actually doing here, it sounds like, is feeding 2 8-bit mono samples into Jspeex, which expects 16-bit mono. So, the most-significant-byte is in the right channel, and more or less gets encoded/decoded properly, but the
2009 Nov 18
2
jspeex question
The link is http://www.adobe.com/devnet/rtmp/. TC Message stands for TinCan message. It is 11 bytes long, first byte is message type, three bytes of payload length four bytes of timestamp and three bytes of stream ID. The first byte of the payload for audio message is the format byte and the rest of the byte is the payload. Jozsef ----- Original Message ---- From: Jeff Ramin <jeff.ramin
2009 Jul 16
1
Encoding/Decoding doubts
Flash player encodes speex at 16 kHz, mono, 16 bit. Fields in the format byte should be ignored if the format is speex. You can set the quality by Microphone.encodeQuality (default 6). You can also set the number of speex frames per tc message using Microphone.framesPerPacket. Flash player can only decode speex at 16 kHz, so make sure you have the proper sample rate. Jozsef > > Message:
2009 May 07
13
what database field type should i use ??
in a database table if there is a field which has a certain set of fixed values. for example staus => {Single, Married, Divorced } OR state => {California, Albama, Olaska ...} so what should be preferred way out of the following for storing the values 1. Keep the field as "string(Rails)" VARCHAR(MySQL) itself ....and while showing the field just show the field value. 2. Keep
2007 Jun 13
1
Re: Speex-dev Digest, Vol 37, Issue 19
I found the details: 44100hz, 16bits, stereo I am looking at rewriting the program to record at 8Khz/16Khz/32Khz mono only should I record at 44100hz (and convert down) or record at the required hz level? ----- Original Message ----- From: <speex-dev-request@xiph.org> To: <speex-dev@xiph.org> Sent: Thursday, June 14, 2007 3:44 AM Subject: Speex-dev Digest, Vol 37, Issue 19 >
2004 Aug 06
2
speed and memory
hello, i switched to use the encoder.processData() and encoder.getProcessedData() of jspeex. however it looks to me like a memory leak ... memory usage is increasing very fast and there is no visible stop ... after about five minutes java.lang.OutOfMemory occurs. I think it must be the jspeex component, because before i added jspeex to my app usage was constant at about 5mb. is it possible
2009 May 27
12
query on Ruby array
Looking for suggestions on following two queries. Query 1 ------------------------------ Are the two following lines of code different in Ruby / Rails ( in a *.html.erb) file. <% if @forms.count != 0 %> <!-- first code --> Vs. <% if @forms.count %> <!--second code --> @forms is an array of objects. Coming from "C" language development background, i thought
2007 May 01
10
Problem with the installation of "install R" on Sun Solaris
An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070501/bdf55878/attachment.txt
2004 Aug 06
2
frame size
hello, i have a simple question about speex frame size. i work with jspeex - but i think it's speex generic, the question i have. can i use any frame size i want? or does the size have be in a certain ratio to other numbers? and what does the frame size in the decoder mean? encoded or decoded packet frame size? how much data can i hand to the encoder to encode? if i hand i.e. 400 bytes to
2010 Nov 09
3
herky-jerky audio
Just an update, and a follow-up question: I'm making progress on this issue, and will likely have something working very soon, now that I understand how the jspeex transcoding classes work. Unfortunately, I will need to make a couple small changes to the jspeex source code. My question is - is anybody using jspeex for streaming speex-encoded audio? It works great for static audio, but seems
2009 Nov 18
3
jspeex question
FLV contains TC messages? TC message payload contains a format byte and speex frames (up to eight). In the format byte 0xb0 indicates speex. Speex is always 16 kHz, 16 bit, mono. Jozsef Message: 1 Date: Mon, 16 Nov 2009 14:40:20 -0600 From: Jeff Ramin <jeff.ramin at singlewire.com> Subject: [Speex-dev] jspeex question To: speex-dev at xiph.org Message-ID: <4B01B8B4.8020904 at
2010 Nov 05
2
herky-jerky audio
Jeff, > I found the problem I was having (described below), and I'm now able to > hear the audio at the destination. > > However, the audio does not play smoothly. It has hiccups and jumps and > stops. I can't guarantee this is the problem, but it may be related to > delays > caused when the Speex2PcmAudioInputStream needs to process an Ogg > page header. >
2006 Feb 20
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
On Tue, Feb 21, 2006 at 09:21:32AM +1100, Jean-Marc Valin wrote: > Have you thought of using jspeex (http://jspeex.sourceforge.net/)? The > other way I can think of is to do the same as the Annodex Firefox plugin > (http://www.annodex.net) and use VLC. Conrad Parker might have some more > info on how to do that. Conrad? Hi, AFE currently has a bug where it can't handle audio-only
2004 Aug 06
1
Real-time JSpeex coding
Hi, Is real-time possible with the current java-based JSpeex for real-time full duplex voice communication? If yes, can you please also provide some details of the Wintel (Windows on Intel) specifications that you have used to achieve that, and perhaps the JSpeex encoding/decoding specs used? Thanks. Cheers, Jo Yew Everyone should have a big dream and live a meaningful life to its
2004 Aug 06
2
Server based audio merge
Hi Ulrich, > Well, i don't know if we speak of the same ... The quality is ok, but > the encoding of a PCM frame on the tested machine took 2ms, which (if > the PCM frame is 7ms in length) means the machine can only encode three > streams in realtime ... Yes, but this is java. You don't use any threading models and i dont know if you encode from sound card. I also don't
2008 Apr 12
2
newbie qs - can one implement speex for Google Android?
Anil Philip <goodnewsforyou at yahoo.com> wrote: see http://code.google.com/android It would be good of members from here will step in and offer google help to implement speex. Without exaggeration, android will transform the mobile world. Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: On Fri, Apr 11, 2008 at 10:58 PM, Anil Philip wrote: > I recommended in a bug report that
2009 Apr 21
1
newbie qs. how to seek to a point in the Speex file?
Although this actually pertains to JSpeex, I am asking these questions here because they are general questions and also the JSpeex project does not seem to be supported any more. 1) Can the duration of the clip be stored in it? Page 24 here http://www.speex.org/docs/manual/speex-manual.pdf describes the format, but I could not see where the duration of the clip is stored. 2) Since the Speex
2006 Feb 20
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
My apologies if this request is a little outside the scope of the normal track of this discussion group. My question is more about the use of speex as a web developer than about the internals of the codec. I searched all over the web for this information, though, and am trying here as a last resort. I am trying to develop a way to offer slide shows with a voice-over. I would like to offer speex
2008 Sep 04
1
Calculate the audio duration of a speex file
I am having some trouble calculating the duration of my speex files. I am writing a speex player in Java and I am using the JSpeex port of the codec which works but doesn't give me the audio duration which I need to show progress or implement a scrubber. JSpeex appears to be all but dead but I don't see any other option for Java playback. I have tried the method posted here:
2008 Apr 11
1
newbie qs - can one implement speex for Google Android?
I recommended in a bug report that the new mobile platform - Android should use speex and it was accepted. I was wondering if I can use it as a 3rd party library even now. Can someone please tell me how? The JSpeex project has had no activity for almost 3 years and questions are unanswered. the android post is here