similar to: Non-native codecs - MELPe?

Displaying 20 results from an estimated 140 matches similar to: "Non-native codecs - MELPe?"

2010 Oct 19
3
Increasing the speed of speex playback
You're asking the wrong question. The question is not "why does it would bad with Speex?", but "why does it sound good with LPC10 and MELP?". And the answer is that both are vocoders. Try dropping frames/subframes with anything else (Vorbis, MP3, G.729, u-law, ...) and it'll sound terrible as well. The only reason it sounds good with vocoders is because the
2010 Oct 19
3
Increasing the speed of speex playback
Hi. I'm Bill Cox, and I volunteer a bit for the Vinux project, which is Linux for people with vision impairments. Most blind users use a closed-source speech synthesis tool called voxin, as it's very easy to understand at high speed. I would like to make TTS synthesizers based on large recorded vocabularies of actual speech, but to make it useful for the blind, I need to be able to
2010 Oct 19
3
Increasing the speed of speex playback
Here's one clue about whatever is causing the low quality speech. Speech sounds terrible at 1.01X faster, and it sounds excellent at normal speed (1.0X). So, the main problem is something that breaks with any change in frame size in the decoder. Any idea what that might be? Thanks, Bill On Tue, Oct 19, 2010 at 5:14 PM, Bill Cox <waywardgeek at gmail.com> wrote: > I was able to
2003 Jun 13
7
sshd refusing connections problem
We have been having a problem with sshd on our shell server. This has been happening since March 4, 2003 or before IIRC. Initially I thought the next OS upgrade, to 4.8 would fix this. I am accustomed to haveing little things go away in a month or two. I think we jumped to 4.7-STABLE on Feb 28, 2003. Some exploit fix wasn't being MFSd to RELENG_4_7 fast enough for my nerves (cvsd?). It
2008 Feb 27
2
OT But I Would Rather See People Running Asterisk on a "Real" Server than an Emachine
http://www.geeks.com/details.asp?invtid=8835Y11-R Use Promo Code: 8835DEAL to bring it down to $219 (plus shipping) I picked up two: 8835Y11-R -- IBM eServer 325 Dual Opteron 2.0GHz 1GB 12 2 $219.99 $439.98 (a little less than $500 for two) Thanks, Steve Totaro
2010 Oct 20
1
Increasing the speed of speex playback
Hi, Steve. I tried your the time_scale_tests program, and it works well! Especially for low speed changes, it's the best I've heard so far. For high speed increases, there is what sounds like static added to the sound output. I've attached two sound samples of high speed speech, which is a 4X speed up of a popular TTS voice in the blind community (voxin/Eloquence). I've sped
2005 Mar 06
3
Bug#298291: logcheck-database: Printer out-of-paper reported
Package: logcheck-database Version: 1.2.34 Severity: minor I have parallel port attached printer and kernel reports whenever printer is out of paper: Mar 6 12:38:50 host kernel: lp0 out of paper However, this is not a situation that should be reported by default (IMHO) by logcheck sending report email. Thus I propose adding following line to ignore.d.workstation/logcheck (possibly to .server
2016 Jul 01
1
Calling C implementations of rnorm and friends
Well, For this particular use case why not just transform the parameters at the R level and then call the existing function? Is there not a closed form mapping? ~G On Jul 1, 2016 2:50 PM, "Joshua Ulrich" <josh.m.ulrich at gmail.com> wrote: > On Fri, Jul 1, 2016 at 6:13 AM, Luis Usier > <luis.henrique.usier at gmail.com> wrote: > > Gabriel, > > > >
2005 Sep 12
1
Multi-Channel/Stream support?
Hi all, I'd like to know how well Speex handles multiple input streams. More specifically, if i have 4 streams that are playing at "the same time", how well does the CODEC handle switching from one stream to the next to process the audio. The reason i ask is this....My project up until now uses the MELP CODEC which didn't specifically have the ability to handle multiple
2010 Oct 20
0
Increasing the speed of speex playback
Hi, Jean-Marc, and thanks for the quick reply. Let me just say I'm a huge fan of speex, and the work you've done. I actually barely understand what I'm reading so far in the source code and documentation, just enough to understand just how cool the algorithms are. LPC10 and MELP allow me to speed up speech with a simple hack on the decoder frame size. Playing fewer samples per
2013 May 22
1
is it possible to bring speed below 1000 bit/s
Hi folks, I am totally new to audio streaming codecs, and just looking around. Trying to figure out what else I can put on top of my very long list of projects. So a few days ago I figured out that fldigi a digimode application for Amateur Radio supports a dual 1000 Baud PSK mode. I thought "that's fast" and started looking around which sort of Data I could put into that. A
2005 Apr 26
3
Bug#306388: add ignore line for udhcpd
Package: logcheck-database Severity: wishlist Hi, the following two lines should be added either to ignore.d.server/dhcp or ignore.d.server/udhcp to ignore messages from udhcpd (other lines may be necessary) # udhcpd support ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udhcpd\[[0-9]+\]: sending OFFER of [.0-9]+ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udhcpd\[[0-9]+\]: sending ACK to [.0-9]+ filippo
2005 Feb 16
3
Bug#295560: logcheck: Please include filename when reporting "invalid regular expression"
Package: logcheck Version: 1.2.34 Severity: wishlist I have a couple of home-made logcheck ignore files, and happened to have one unescaped (and unmatched) `(' in one of the filter lines. Because of this, cron sent a mail with the body "grep: Invalid regular expression" - the subject is the command in the "2 * * * *" line in /etc/cron.d/logcheck, of course. It would be
2004 Dec 14
4
Issues/thoughts re CentOS-4
This is a list of issues for discussion for CentOS-4. Most of it is based on my experience from building/maintaining CentOS-2 and observing CentOS-3. I have not seen the CentOS-4 beta yet so I don't know if any of this is already done. If these have been discussed on IRC then perhaps someone could produce a shot summary of the outcomes....? * Just call it CentOS-4 not 4.1 etc. Too
2010 Oct 19
0
Increasing the speed of speex playback
I was able to easily hack in an option to play back at different speeds. For example, using "speexdec --speed 2.0 file.enc file.wav" plays back encoded file.enc at 2X speed. What I did was divide st->frameSize and st->subFrameSize by the speedup, and added a SPEEX_SET_SPEED decoder control for the nb_celp decoder. This produced speech that was 2X faster than the original.
2010 Oct 20
0
Increasing the speed of speex playback
Hi Bill, Any attempt to alter speed by simple insert or dropping produces poor results. Even if you can get it to sound smooth, the resulting pitch shift is horrible. You really need to use a transform that alters speed smoothly, while maintaining the original pitch of the voice. If you look in my spandsp library you will find a module which does exactly this, using an algorithm called
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 sourceand the official binary
It should probably not be necessary in my case to compile a custom version of the Cortado applet-the official binary works fine, and may be advantageous over a locally-compiled version (regarding compatibility with 1.1-era JVMs), as was mentioned in a previous message. My interest was to include the corresponding source code when distributing the official binary (i.e. as would be required for
2013 Jul 22
2
Asterisk 1.8 Service: -r does not give CLI
We have Asterisk1.8.11 and can not move to a newer version right now. But when we run Asterisk as a service, the -r option does not result in giving the CLI prompt? Did the option to get the CLI change? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130722/903d1851/attachment.htm>
2003 Jun 14
0
sshd refusing connection problem
Richard Schilling wrote: Do you notice wether or not it takes a certain number of connections for the bug to show up? I'm not seeing this problem with just a few people connecting via sftp (about 2-4 times per week). --Richard On 2003.06.13 22:36 Scott Lambert wrote: > We have been having a problem with sshd on our shell server. > > This has been happening since March 4,
2004 Jun 22
0
Accessing ISDN with avm bluetooth hardware
Hi *, This is my first message to this list, so I hope I am not breaking any rule with my post. My question is the following: can I establish a voice connection over an ISDN interface by using a bluetooth dongle to connect to the ISDN access point? Here follow the details: I have compiled and configured asterisk. Everything seems fine except that when I configure asterisk to use the ISDN