search for: _tell

Displaying 4 results from an estimated 4 matches for "_tell".

Did you mean: tell
2003 Nov 15
2
some more granulepos questions
...2. How does vcut's get_blocksize() work? ---- The spec says that the stream starts at an offset greater than zero if there are less samples in the first page than the granulepos of the first page. For on-disk streams that have this characteristic, how will the vorbisfile ov_*_seek() and ov_*_tell() functions behave? Will they act as though the file begins at offset 0, or will they expose the >0 starting offset? Q3. How does vorbisfile deal with >0 offsets? Thanks for all the answers you have already provided. Josh --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg p...
2010 Sep 23
0
How can you synchronise audio with an already-playing stream?
...Currently when I seek and play the second track it is ~0.5s late (it starts playing immediately, but is offset by ~0.5s). All files are already stored in their compressed state in memory at the time the seek request is given. Each playback occurs on its own (OpenAL) source. I'm using ov_pcm_tell/ov_pcm_seek to seek the second file to the position of the first, and have implemented all of ov_callbacks to facilitate this. I suspect the problem is related to the time that passes between querying with _tell and the playing of the second source. For the benefit of future google searches, I...
2013 May 08
1
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
The idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature is to let drivers skip usage of the deflate queue when leaking the balloon ("silent deflation"). Guests may benefit from silent deflate by aggressively inflating the balloon; they know that they will be able to use ballooned pages without issuing a (blocking) request to the...
2013 May 08
1
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
The idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature is to let drivers skip usage of the deflate queue when leaking the balloon ("silent deflation"). Guests may benefit from silent deflate by aggressively inflating the balloon; they know that they will be able to use ballooned pages without issuing a (blocking) request to the...