similar to: Sound clip with encoder issue.

Displaying 20 results from an estimated 300 matches similar to: "Sound clip with encoder issue."

2002 Feb 05
1
Best way to manage a 128Kb/s pipe - help
Hi All I have a 128Kbs internet connection used for in-coming and out-going traffic. What tools do I need to manage the following services: http, ssh (scp), ftp, streaming audio, smtp, instant messenger. Q1. What is the best kernel to use at the moment and what other tools need to be installed. Internet -------- eth0 | Linux fw | eth1 ----------- internal LAN The Linux firewall will
2000 May 15
1
Graceful degradation of signal
Hello all. In the shower the other day (where most of this sort of musing gets done, eh?) I was thinking about graceful degradation of audio signals. Let me apologise in advance if these are elementary concepts or if I demonstrate a complete lack of insight -- I don't rate even a dabbler status in the area of audio codecs. Anyway: If we have a 128kbs signal coming down a *udp* channel with
2010 May 11
0
AEC - Echo is cancelled however.....
I tried cross-correlation. It does locate the sync point and it's almost perfect. I guess now I have to make it more perfect. Thanks for the pointers. On the side note: I have a test environment. Where I created the stream such a way that I have one "captured stream" purely with echo (i.e. no one else is speaking) and one stream with echo + someone speaking. I confirmed that I
2006 Jan 12
5
Kernel Error with Icecast
I currently have Icecast 2.3.1 running with Darkice on a Fedora Core 4 box (with the 2.6.14 kernel). We have three streams running (all mp3) @ 128kbs, 64kbs, and 24kbs. I am consistently seeing the following error: kernel: Unable to handle kernel paging request at virtual address ffffffff It does appear to be icecast causing the error. Oddly, when this first started showing up, it would
2001 Sep 07
1
[Re: new ogg stream]
>Weird. Make sure that you _do_not_ enable "http v1.1 seeking". I can't listen to neither .ogg stream as well and I have a direct connection to the Internet, no Proxy, no firewall. No http 1.1 enabled as well. Winamp 2.76, Vorbis plugin v.114a. It starts loading and stops at time 00:01. The display shows a 192kbs 32kHz file for the 64kbs stream. I'll never hear anything.
2006 May 30
1
ICES with MP3Pro?
Does anyone know if this is possible? Not sure if there is a hack that would work with this. I know the free mp3pro encoder works @ 64kbs... I don't know if anything supports this yet or not. Thanks DocNasty -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20060530/0f404552/attachment.htm
2000 Jun 26
4
New version vorb_enc.dll
Hi all, I've just posted another version of vorb_enc.dll (w/source code) at http://xtractor.sourceforge.net/vorbdll-20000626.zip It will still work as a drop-in replacement for bladeenc.dll (just rename the files that your ripper creates from MP3 to OGG), but will also accept info for the ogg comment header in the vorb struct in the format union of the BE_CONFIG struct. I'll be
2004 Aug 06
2
ices - cpu cycles - re encodig
At 11:17 AM 29/10/2002 -0700, you wrote: >I'm doing a top on my server (ices2 and icecast2 from CVS) and ices is >using 14% of my cpu cycles - bastard! One channel is doing reencoing >and when I just play an ogg without reencoding. The ogg file was >encoded at 64kbs 44khz Is this praise, a bug report, a question, or other? If you're having a problem with the software, it
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2006 May 31
1
ICES with MP3Pro?
Greg, Yes, I have noticed that new codec.. AACPlus. Its really impressive in it's abilities, and it's sound quality. I tried to open it up with Windows Media Player and my Flash Player.. didn't seem to like it very much. While It's really kewl as a codec, and it has great support with a couple players, and limited support for the rest, I'll stick with the mainstream for now,
2000 Jun 22
1
Vorbis Tools are open!
I'll be out for the next 3 weeks, away from a net connection. So anyone who wants to improve my Vorbis Tools package, please do because I am not, and send any patches to Monty or somebody else with commit access. Have fun, Kenneth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2004 Apr 23
3
MP3 encoding of Monitor files
I have having problems trying to take a file recorded with Monitor and convert it to MP3. When I use 'play' to play the .wav file, it sounds fine. After bladenc'ing it, it plays at lightening speed, and the voices are all high pitch. I tried using sox to resample to 32000 before encoding, but that didnt work either. Do any of you convert your .wav files to mp3? Monitor call:
2019 Jul 18
2
Samba async performance - bottleneck or bug?
Hi, I have a ZFS dataset that has sync writes disabled (setting sync=disabled) which means that it will only do async writes, and sync requests get converted to async writes. The ZFS dataset is hosted on a single Samsung 840 Pro 512GB SATA SSD. I have this same dataset served as a Samba share, using Proxmox VE 6. Samba version 4.9.5-Debian (Buster), protocol SMB3_11. Kernel version 5.0.15. To
2004 Aug 06
3
OT: whats your opinion of ODDSOCK streamTranscoder?
At 01:02 AM 3/13/2003 -0500, you wrote: >Oddsock, how come you don't include the most compatable lame_enc.dll with >the windows streamTranscoder binary? because legally I cannot. Distribution of a mp3 encoder requires license fees to appropriate patent holders....one of the truly great things about ogg vorbis......no license fees :) oddsock <p>--- >8 ---- List archives:
2004 Aug 06
3
S.O.S Password
Hi, I need some help... I've installed an icecast server but I can't use shout because it's always talking about "bad password". My icecast server use crypted password. I think the problem came from mkpasswd. I always get a different password when I use mkpasswd toto. Help me please. <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/
2010 Feb 06
1
Why does smoothScatter clip when xlim and ylim increased?
Hi: Is there a way to get smoothScatter to not clip when I increase the xlim and ylim parameters? Consider the following example: set.seed(17) x1<-rnorm(100) x2<-rnorm(100) smoothScatter(x1,x2) #Now if I increase xlim and ylim notice that the plot seems to be clipped at the former xlim, and ylim boundaries: smoothScatter(x1,x2, xlim=c(-5,5), ylim=c(-5,5)) Thanks. Jen sessionInfo() R
2005 Sep 07
0
[fdo] Open Clip Art Library Release 0.17 Announcement :: www.openclipart.org
Sept 7, 2005 UTC - Release 0.17 of the Open Clip Art Library (http://www.openclipart.org) is now available on-line for download as an individual package consisting of over 5000 images submitted by over 500 international artists. The size of this release successfully exceeds the months "OCAL 5K Pledge" of 5000 images thanks to the contributions by new and old contributors. A quick
2011 May 14
1
[1.3.20]-Option to clip the mouse inside fullscreen windows. ???
The Wine development release 1.3.20 is now available. What's new in this release (see below for details): - Option to clip the mouse inside fullscreen windows. ... ------------------------------------------------------------------------------------------ Hi, What does the above new feature do? If I am running a full screen game in an emulated virtual desktop window will it stop the mouse
2007 May 12
0
Recent zaptel versions break CLIP?
Hi! Is it just me or do the last 2 or 3 versions of the zaptel-1.2 branch seem to break cli? Often not the full number is displayed, or only 2 or 3 digits? I am in The Netherlands, and have had this in my zapata.conf (which used to work flawlessly) : signalling=fxs_ks immediate=yes usecallerid=yes callerid=asreceived cidsignalling=dtmf cidstart=polarity hidecallerid=no I installed some new
2005 Apr 01
0
[fdo] Open Clip Art Library Release 0.11 Announcement
Open Clip Art Library Release 0.11 Announcement March 8, 2005 UTC - Release 0.11 of the Open Clip Art Library (www.openclipart.org) is now available for download on-line as an individual package consisting of 2896 images submitted by over 200 artists from around the world. Some of the new clip art received this month includes more images of food, computer-related items and even a little boombox.