similar to: MP3 decoding, fading and streaming at the same time

Displaying 20 results from an estimated 7000 matches similar to: "MP3 decoding, fading and streaming at the same time"

2004 Aug 06
0
MP3 decoding, fading and streaming at the same time
> Any idea or suggestion to avoid having two sound cards to do what I need to > do ? > > Or how to fade in / fade out without using the card' mixer, while playing > i.e. using mpg123 ? Depends on how much you want to program. Basically, the easiest would probably be to use OSS software mixing; if you buy the commercial OSS drivers, you can have several programs writing to
2007 Mar 30
2
[PATCH] Fade vs. Animation conflict resolution
Hi, Here is a simple patch that adds an option to the Fade plugin to enable/disable fading on minimize/open/close window events. This option is on by default but can be disabled to avoid conflicts with the Animation plugin. Fading on other stuff (fade during nonresponding app. desaturation, during switcher, and visual bell) shouldn't be affected (which is the main point of this patch).
2011 May 03
2
Fading voice problem
Guys, I'm having problems in the fading voice calls, receptive and active, that in SIP accounts. While few people using the system, calls are perfect, but it beats the normal use of connections (average 30 concurrent), the voice begins to fade from people. Soon I figured some network problem, I did a tcpdump and analyzed by wireshark ...the strange thing is this ... all packets that
2009 May 01
3
Sound Problems
I have a Creative Audigy SE configured whit the module CA106 The problem is to make the mixer work. It seems that Wine looks for PCM Playback Volume that is common to many cards, but not mine. My card channels for Playback are IEC958, IEC958 C, IEC958 F, IEC958 R, Analog C, Analog F, Analog R and Analog S. What am I missing? Thanks.
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi, Having the minimize_open_close option in Fade wasn't enough for conflict resolution with Animation, since it was on by default. This makes sense since the Minimize plugin is used by default, which is a lightweight animation provider that some people/distributions might prefer over Animation. And nobody really needs to know that this option resolves the conflict. So here is a better method
2008 Jan 21
2
scriptaculous fade problem
Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE
2004 Aug 06
4
reencode scripts if anyone is interested
On Monday, 25 June 2001 at 15:23, Michael Smith wrote: > > >Future plans include sending different streams to different servers > >(not just different mountpoints), and handling PCM/WAV input... > > Hey, you're taking over all the plans for ices2, damn you! :-) any more good ideas I may have missed? ;) > Actually, ices2 does much of this already. I want to add
2004 Aug 06
2
Fading between songs
HI all , i'm using icecast1.3.12/IceS0.23. Is it possible to "fade" songs ? i mean , begining the following song a few seconds before the previous ends ? (Tell me if it's necessary to upgrade to icecast2/ices2 ) Thanks in advance .... <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this
2005 Oct 20
4
cross-fade effect on elements updated by ajax.updater?
Hello. I was wondering if anybody could point me in the right direction of creating a cross-fade effect for Ajax.Updater. If you have an element that gets replaced by a new one with Ajax.Updater, how can we blend one into the other? Many thanks. Tench
2007 Jun 07
4
Effect.Fade and innerHTML?
Hi there, I''m now having an odd problem with Effect.Fade not working based on the innerHTML of a div. Take the following for example... <div id="blah"> Nothing here yet. </div> If I then update "blah", hide it and then fade it in, like so: <script type="text/javascript"> document.getElementById("blah").innerHTML =
2005 Sep 14
1
OFF-TOPIC audio fade curves
This is off topic but I'm sure many subscribed here may be able to help. I'm writing an audio player, which includes vorbis of course, for the broadcasting industry and I need to prematurely fade out songs before they have finished. I've tried a linear and a logarithmic fade but neither sound natural to me. I was never good at logarithms in school and that was a long time ago. Can
2010 Oct 14
1
new user, video fade in issue
I'm new to libtheora and video encoding in general, but I have worked hard to educate myself in the basics. I've working in image processing for many years, so I'm not starting entirely from scratch. I'm having an encoding problem and I'm looking for helpful suggestions. I'm using a very recent build of ffmpeg 0.6 to encode some image frames (+ audio) into
2006 Mar 08
2
fade out and then fade in....how to make it work?
I''m trying to have one image fade out and then another slidedown upon completion of the ajax call. I can''t get the timing correct. How do you do it? Here''s what I''m trying (this does not work) <%= link_to_remote(image_tag(url_for_file_column(product, "image_url"), :update => ''right_content'', :url => {
2002 Oct 01
2
RE: Hlp in finding a native Ogg trim, fade & nomalise tool
Hi John A trimer/vcut type application is possible but unfortunately not a fade/normaliser. Not without decoding/encoding. I asked about this a couple of years ago. Unlike MP3, the Ogg Vorbis format doesn't store a global gain setting per frame. I have often downloaded MP3 files from mp3.com and other sources for broadcasting, and with the type of music I need, it is often not normalised
2006 Nov 15
3
Regular audio fade-out fade-in on IAX2 calls Asterisk 1.2.4 Hi all, One of my users has a problem with many of his calls via my Asteriskā„¢ server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has
Hi all, Originally tried to post this without being subscribed, apologies if the list gets this twice. One of my users has a problem with many of his calls via my Asterisk? server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has anyone experienced this before? Can you suggest a potential cause? The client is an IAX2 soft
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
Forwarding this to wine-users, I made a mistake while sending. Gardou J?r?me <jgardou at yahoo.fr> a ?crit : Date: Fri, 14 Mar 2008 14:09:42 +0100 (CET) De: Gardou J?r?me <jgardou at yahoo.fr> Objet: RE : [Wine] getting a Creative Soundblaster card to work ?: Susan Cragin <susancragin at earthlink.net> Cc: wine-user at winehq.org Susan Cragin <susancragin at
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item to fade and then get removed. So I do the following: 1. home_controller: def delete @category = Category.find_by_name(params[:name]) @element_id = @category.name Category.delete_all(["name = ?", @category.name]) end 2. delete.rjs: if @element_id page.visual_effect :fade, @element_id
2012 Apr 04
0
First frame is fading in (?)
Hello! I am encoding small snippets of audio (e.g. 100ms) that contain important audio from the first sample till the last one. (means they dont start/end silent). Doing so raised a couple of questions I couldnt solve by reading the docu/faq/internet search. 1. Does the "complexity" parameter influence only the speed of the encoder or also the speed of the decoder? (I need fast
2004 Aug 06
1
stream sounds like poo for no apparent reason
On Wed, 24 Apr 2002, Alex Walker wrote: > On Tue, Apr 23, 2002 at 01:16:34AM -0400, jim wrote: > > here at wkdu.org our minds are blown trying to figure out what our > > problem is, we are using a dell optiplex gx1 with a soundblaster live > > card. we are getting a nasty hum on the line in. the thing is we plug > > a cd player directly into the soundcard the hum goes
2005 Mar 29
7
Fade Anything Technique (FAT)
Has anyone used the built in FAT (Fade Anything Technique) that exists in 0.11.1 of Rails? I could not find anything in the documentation so I was wondering if anyone has any code snippets on how they used it? Thanks for your help. John