search for: rewind

Displaying 20 results from an estimated 379 matches for "rewind".

Did you mean: rewing
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
...; unwinding simply continues out of the function. in fact the new semantics would be that if an exception doesn't match then it is unspecified whether it just unwinds straight through the invoke or branches to the landing pad. This forces front-ends to output code to continue unwinding ("rewind" instruction, see below) if the selector does not match any of the catches on the invoke. This in turn ensures that inlining works correctly. > The rewind instruction > ---------------------- > > For extra goodness, I propose introducing a new instruction "rewind" that...
2010 Dec 02
5
[LLVMdev] Alternative exception handling proposal
...ues out of the function. > > in fact the new semantics would be that if an exception doesn't match then > it is unspecified whether it just unwinds straight through the invoke or > branches to the landing pad. This forces front-ends to output code to > continue unwinding ("rewind" instruction, see below) if the selector does > not match any of the catches on the invoke. This in turn ensures that inlining > works correctly. Okay, this is at least workable, and it has the advantage of requiring less invasive changes to IR structure. It has the disadvantage of re...
2002 Aug 13
1
ReWind vs WINE vs WINEX
I have a question in that which is the best WINE to use? Or what are the differences wineX - This is the wine from Transgaming that the CVS does not contain SafeDisc but the purchasable one does? rewind - This is the MIT/X licensed version wine - This is the LGPL version from www.winehq.com Right now I use "wine" and update from CVS from winehq.com. So which is the best one to use as far as app compatability with say Office etc. Games are not a primary requirement at the moment. Kevin...
2002 Aug 11
4
Wine license issues
> ok, > This is something I want to ask for some time now :) > Does this mean that License issues works with wine as it > works with the Linux kernel? > The Linux kernel is GPLed, however if a module (driver) is > dynamic loadable, it can have a proprietary license. > Is this the way it works with wine? The core (wine itself) > is LGPL, however its modules (builtin
2003 Sep 02
3
seek, pause etc using icecast ?
Hello, I have an icecast2 server streaming some mp3 files and am using winamp to listen to the stream, however I couldn't figure out if there is a way to seek or rewind. Is there a way to seek/fast forward/rewind/pause using icecast2 ? <p>Regards, -- Hiren --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' con...
2003 Dec 11
5
Yuck! Error in buffer handling
......: Broken pipe Yuck! Error in buffer handling...: Broken pipe Asterisk cleanly ending (0). ------------------------- Also, since I recently CVS upgraded, I'm also seeing this :- -------------------------- Asterisk Ready. *CLI> Warning, flexibel rate not heavily tested! mpg123: Can't rewind stream by 11 bits! Warning, flexibel rate not heavily tested! mpg123: Can't rewind stream by 39 bits! big_values too large! big_values too large! mpg123: Can't rewind stream by 733 bits! mpg123: Can't rewind stream by 23 bits! big_values too large! Blocktype == 0 and window-switching ==...
2014 Nov 19
0
Feature request: rewindable resampler
...by default. PulseAudio attempts to use as high latency as possible (sometimes up to 2 seconds) in order to save power and reduce the chance of dropouts. However, in order to stay responsive to events such as software-volume changes or a new stream appearing, PulseAudio relies on the ability to rewind over already-buffered but not-yet-played sound data and replace them with a new version. Also I must say that PulseAudio client API includes rewinds - i.e. any client can say "please forget N samples that I wrote before, here is an updated version". Unfortunately, we cannot pass such...
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
Hi John, >>> For extra goodness, I propose introducing a new instruction "rewind" that takes >>> an exception pointer and selector value as arguments: >>> rewind<ptr>,<i32> >> >> Actually the existing "unwind" instruction can be repurposed for this, as there >> was no real need for rewind to take any arguments....
2006 Feb 02
4
Rewind MusicOnHold?
Does anyone know how to rewind the music on hold? Thanks Dan Journo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060202/ab26b18f/attachment.htm
2011 May 30
1
ControlPlayback's options
Hi List, Asterisk 's *ControlPlayback* will used for play any recorded file as an audio player. Is it possible that we can use it for multiple forward and rewind ? ex:- original: ControlPlayback(filename,skipms,ff,rew,stop,pause) expected ControlPlayback(filename,skip1,skip2,skip3,forward1,rewind1,forward2,rewind2,forward3,rewind3,stop,pause) : ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -----------...
2004 Aug 06
3
seek, pause etc using icecast ?
...el Smith wrote: > On Wednesday 03 September 2003 04:35, Hirendra Hindocha wrote: > > Hello, > > > > I have an icecast2 server streaming some mp3 files and am using > > winamp to listen to the stream, however I couldn't figure out if > > there is a way to seek or rewind. Is there a way to seek/fast > > forward/rewind/pause using icecast2 ? > > > No. icecast2 is a streaming server, so it... streams. > Good point. I wonder how the other servers (Real Server ,Quicktime etc) do it. Any inputs on any other streaming servers that lets a client se...
2004 Aug 06
2
ices 0.3 seg fault
...with a stable version, but I grabbed the cvs instead. LAME version 3.94 (alpha 14, Aug 1 2003 10:27:19) After a few days, same thing. Playing /mnt/hdd1/music/unclassified/ok/02-nina_gordon-2003.mp3 bitstream problem: resyncing... big_values too large! 473 big_values too large! 321 mpg123: Cant rewind stream by 40 bits! mpg123: Cant rewind stream by 180 bits! mpg123: Cant rewind stream by 35 bits! mpg123: Cant rewind stream by 18 bits! big_values too large! 485 mpg123: Cant rewind stream by 26 bits! big_values too large! 511 Segmentation fault (core dumped) (gdb) bt #0 0x402b7841 in III_dequan...
2006 Aug 06
0
Newbie: How to rewind a videostream (long)
...a, no audio as it's not needed yet. I have it working so far, extracting a frame and uploading it to the graphics card when the scene is drawn. The example file dump_video.c gave me most of what I needed. ...But I can't seem to handle end-of-stream very well. I would like to be able to rewind. First I tried the brute force method: if (videoStream.eof()) { ogg_stream_clear (&theoraStreamState); theora_clear (&theoraState); theora_comment_clear (&theoraComment); theora_info_clear (&theoraInfo); ogg_sync_clear (&oggSyncState); videoStream....
2007 Dec 19
1
unexpected behavior from gzfile and unz
...z") > readLines(file,1) [1] "a\tb\tc" > readLines(file,1) [1] "a\tb\tc" > close(file) It seems that the stream is rewound between calls to readLines. The same is true if I replace readLines with scan. However, if I set argument 'open="r"', then rewinding does not occur: > file <- gzfile("file.gz",open="r") > readLines(file,1) [1] "a\tb\tc" > readLines(file,1) [1] "1\t2\t3" > close(file) Once again, I get the same behavior for scan. The rewinding behavior just described also appears if I o...
2010 Dec 06
2
Problems with Speex Resamplers
If you can produce a simple minimal repro that exhibits this issue on some procedural signal (sine wave, etc) I'd love to look into it some more - I'm maintaining a hardened version of the Speex Resampler and would be very concerned if this bug made it into production. - Sherief -----Original Message----- From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On
1998 Sep 11
1
smbtar multiple machines
Hi all, I'm just looking at using smbtar to backup the Win95 PC's on my network, and would like usability ideas please. The tape drive I intend to use is in our RS6000 and has a capacity of 20GB before compression which means that I will be able to fit plenty of PC's onto one tape as all the PC's have <3GB HD's on them. The problem I have is how do I get multiple
2002 Jul 25
0
Réf. : Backing up both AIX and NT using Samba
Hi Joe, What you can do is to tell the tape drive to not rewind after the first backup. You have to select the dedicated device for that. If my memory serves me, the device which does not rewind at backup end is /dev/rmt{x}.4 or something like that. So, the batch could be like this: tar cvf /dev/rmt{x}.4 myfiles_from_AIX smbclient ... -Tcga /dev/rmt{x}...
2010 Nov 20
6
unicorn 3.0.0 - disable rewindable input!
Changes: Rewindable "rack.input" may be disabled via the "rewindable_input false" directive in the configuration file. This will violate Rack::Lint for Rack 1.x applications, but can reduce I/O for applications that do not need a rewindable input. This release updates us to the Kgio 2.x series...
2017 Oct 11
2
[PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ
...t; > > + if (!inbuf) { > > > > > + /* > > > > > + * All the input cmd buffers are replenished here. > > > > > + * This is necessary because the input cmd buffers are lost > > > > > + * after live migration. The device needs to rewind all of > > > > > + * them from the ctrl_vq. > > > > Confused. Live migration somehow loses state? Why is that and why is it a good > > > > idea? And how do you know this is migration even? > > > > Looks like all you know is you got free page end....
2017 Oct 11
2
[PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ
...t; > > + if (!inbuf) { > > > > > + /* > > > > > + * All the input cmd buffers are replenished here. > > > > > + * This is necessary because the input cmd buffers are lost > > > > > + * after live migration. The device needs to rewind all of > > > > > + * them from the ctrl_vq. > > > > Confused. Live migration somehow loses state? Why is that and why is it a good > > > > idea? And how do you know this is migration even? > > > > Looks like all you know is you got free page end....