similar to: wav output to stdout status?

Displaying 20 results from an estimated 1000 matches similar to: "wav output to stdout status?"

2001 Jun 07
1
ogg+vorbis editing tool
Hi! I've been wondering, is there a tool (preferably under linux) that allows me simple audio editing of ogg+vorbis file? Say I have a song that takes 2:00 and the last 20 seconds is silence and I want to get rid of it without reencoding. Or could this be done simply in 10 lines in C? Bye, Peter Surda (Shurdeek) <shurdeek@panorama.sth.ac.at>, ICQ 10236103, +436505122023 --
2001 Jun 15
2
Offtopic: royalty free music for multimedia presentation.
Hi! Sorry for being somewhat offtopic but I'm hoping someone can help me. I need to download some music I can use in a one-time non-commercial multimedia presentation (technically speaking I'll be demo-ing ogg123 :-)). I don't care what it is, only it musn't suck and be somewhat suitable for general audience. RMS's speeches simply don't cut :-) So far all music I found on
2001 May 08
1
ogg123 STDIN-control patch
Hello ppl! I asked some time ago how about adding the option to control ogg123 interactively from command line, similar to mpg123. So I got fed up waiting and added it myself today. The code initially comes from mpg123, I already adapted it to work with aviplay and vlc so it's proven and shouldn't introduce many problems. The only problems I see now: - in order to compile ogg123 now
2000 Jul 13
1
Patch: ogg123 -> esd
Dear developers, I patched ogg123 so that it can use esd (only local socket currently). In order to compile you need to copy esd.h from the esound-devel to the vorbis-tools directory. Usage: ogg123 -e -d something file.ogg the "something" is not important I don't intend to maintain this patch, but perhaps somebody could make it more nicer and incorporate it in the
2000 Jul 31
1
piping vorbize's stdout/stderr
Hi! I want to pipe stdout/stderr from vorbize for wrapper scripts. But as it doesn't send any "\n"s it doesn't work correctly. I solved it by adding if (param.verbose == 1) { fprintf (stderr, "\n"); } into appropriate position in vorbize.c. Could somebody please implement this nicely? Something like "-e" option in cdparanoia. Thnx. Bye, Peter Surda
2001 May 11
1
comments to my STDIN-control patch?
Hello! I was wondering if someone took a look at my patch I posted on tuesday. I just checked and it applies to current cvs too. Anyone has comments about functionality, idea or whether it should/should not be commited? Sorry if this looks like I'm impatient but I just want to be assured someone responsible will eventually take a look and then give me a yes or a no so I can stop worrying and
2001 Jan 23
2
feature request: control in ogg123
Hi people! I think it would be cool if ogg123 had a mode in which you could conrol it with stdin. pausing, quitting/stopping and seeking would be enough imho. mpg123 already has something like this (I think -e). I'd do it myself but I'm busy. Shouldn't take much time. Bye, Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300 -- The dark ages
2000 Jul 28
1
HTTP streaming / mime type
Hi! - what is the mime type for ogg? - does the current implementation (xmms/winamp plugin) support http streaming? Bye, Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300 -- Press every key to continue. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2005 May 15
5
IPRoute2 vs Iptables
Hi all, As I read into the forum, NATting (SNAT) is expensive, using iptables to translate IP sucks the performance of the system. I just want to know if IProute2 can handle NATting and if it handels NATting can it performed faster than iptables? thanks, Wennie
2004 Sep 09
2
UDP routing issues with multiple NICs
Ok, the story is this, I''m running an Unreal Tournament 2004 server. It''s running on a system that has two external NICs that are connected to different ISPs. I would like players to be able to connect to the server from either link. My default gateway goes through NIC1. For traffic through NIC2 to work I simply added an extra routing table and rule. The extra routing table has
2005 May 13
2
Equal bandwidth for any client (i.e. automatic class generation)
Hello, I''m looking how (if) can I solve the following problem using HTB and iproute2: I need to assing the same bandwidth limit to every client, but the problem is that clients will be random - i.e. I know niether number of clients no IP or MAC addresses. If anybody knows FreeBSD''s ipfw2 - I''m looking for something like "ipfw pipe 150 config mask dst-ip 0xffffffff
2004 Aug 11
9
ARP limit ?
what is the limit on the arp cache entires ?! Does someone have very big LANs with linux-routers ? How big ? (i mean flat L2 network, not segmented) I want to know how much can my net can scale ? thanx _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 May 12
2
Routing Mail traffic problem !
Etx1 - First Internet Line - eth0 Ext2 - Second Internet line - eth2 LAN - Local Area Network - eth1 Other traffic - Ext1 -------+-------+--------------- Ext2 ---Web goes Here eth0 | |eth2 +-------+-------+ | ROUTER | +----+------+---+ |eth1 192.168.0.0/24 -----------------+ | 192.168.0.1/24------------------- - Gateway |
2005 Apr 10
2
HTB on large LAN
Hello, we are using HTB for dividing 15 Mb/s upload rate to 1022 classes (rate 14 kb/s, ceil 15 Mb/s), but sometimes ksoftirqd_CPU0 uses the most of the CPU-time (over 90% CPU load is casual in such situation). This situation occurs several times a week and takes minutes or one hour and during that time it has enormous packet loss. Reboot of the machine usually solves this problem. Because
2005 Apr 10
3
IMQ: why do I need IMQ ?
Hello there, Can someone please explain why do one neeed IMQ ? I can already shape incoming traffic on my nat router by creating qdiscs on LAN-side interface. I have done some tests, whith simple bandwidth limmiting, and it works. I''ve read just about all the stuff on www.linuximq.net ... but couldn''t make myself an ideea on why would someone need IMQ for ingress policing ...
2004 Aug 09
4
ARP daemon
I''m looking for a program that will replace the automatic ARP table population by the Linux kernel. The daemon should fix the MAC <-> IP entry from the IP of the first packet with that MAC received. Is there anything like this? -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!! _______________________________________________ LARTC
2004 Dec 22
4
allocating b/w
Hi, A majority of our work inolves ftp to my clients'' side over our slow connection. Now we need to allocate a greater b/w for this protocol. Is there anyway I can do it using lartc easily? Any suggestions on this please? With warm regards, -Payal _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc
2013 Dec 04
1
endian problems with AIFF and WAV
I have a test program that loads an AIFF or WAV file with libsndfile and plays then using libao. After running around in circles for a while, I found and fixed the problem, but I'm still confused as to why the solution works. Would someone please explain this to me so I don't trip over this again later in my project? I used sf_open_fd() to get a SNDFILE* pointer and an AF_INFO
2001 Jan 20
4
&quot;Infinite&quot; wav files
Okay, before I submit my patch to make libao produce sorta-streamable wav files, I want to know what these partial wav files do to various players. I've posted two sample wav files on my webserver: http://volsung.dhcp.asu.edu/~stan/infinite.wav http://volsung.dhcp.asu.edu/~stan/zero.wav The first uses a riff and data length of 0xFFFFFFFF (approximately infinite) and second uses a riff and
2001 Mar 28
1
Whining about the raw driver.
Hi, I'm whining again about the inclusion of the raw driver in libao. Can someone please commit the patch I posted in message: http://www.xiph.org/archives/vorbis-dev/0098.html (which will turn into http://www.xiph.org/archives/vorbis-dev/200103/0098.html in 4 days.) I've got people who want it included asking me what's the hold up. --- Stan Seibert --- >8 ---- List archives: