Displaying 20 results from an estimated 700 matches similar to: "chained files and winamp / vcedit"
2000 Nov 16
3
ogg stream-id options
In http://advogato.net/person/rakholh/diary.html?start=165 Ali wrote:
> For same reason I am arguing with people on vorbis-dev - but I don't
> understand what the argument is about (considering that the vorbis
> developers proposed a solution which mjs and I thought was reasonable,
> and then some developers decided to criticize us again for no reason).
Goodness, get dropped
2005 Nov 03
1
vcedit on non-vorbisI streams
I've been looking at modifying vcedit so it will
work on Ogg streams containing primarily Vorbis
data (i.e. first page is the Vorbis header, most
pages are Vorbis and a few are something else
e.g. metadata or lyrics).
I've managed to get something that works by:
1. During the header opening in vcedit_open
push non-Vorbis pages onto a buffer added to
vcedit_state and write them out after
2002 Nov 14
1
comment tags
I'm trying to write comment writer thing for zinf, because I love the
program, but it doesn't fully support ogg. I've found how to read
comments, but can't figure how to write them. There has been some
discussion about this previously in the archives, but I couldn't find
any specifics, only references to code not posted to the list. The
api documentation page is (painfully)
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
Hi,
The following changes allow vorbiscomment to read and edit the
tags for the first occuring vorbis stream in a muxed (and
chained) Ogg bitstream, while retaining the renormalisation.
I've tested it on a number of combinations of muxed and chained
streams, using the write comments from file option for
vorbiscomment to rewrite the comment header and then cmp for
binary differences. Seems
2020 Sep 15
0
[PATCH 10/18] hal2: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers.
This also means we can allocate the buffer memory with the proper
direction instead of bidirectional.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
sound/mips/hal2.c | 58 ++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 31 deletions(-)
diff --git a/sound/mips/hal2.c
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the
2001 Jun 06
1
AW: VorbisExt prerelease
Hi Warren,
is this shell extension able to modify multiple ogg files, either each one
after another, or within one transaction (e.g. adding a comment to all
files; stripping all comments from all files)? Or would I have to use the
context menue for each separately?
So long
Friedrich
> -----Ursprüngliche Nachricht-----
> Von: Warren Spits [mailto:spits@cyberdude.com]
> Gesendet:
2001 Jul 20
2
VorbisExt 0.3.0pre
Hello All,
I have made VorbisExt 0.3.0pre available for your use. It can be downloaded
from http://www.ozemail.com.au/~spitsw/VorbisExt/. It is not officially
released yet.
It now has a 'simple' mode that is like the winamp plugin editor. The
'advanced' mode is just like the current interface. You can toggle between
the two modes with just one click.
For Windows ME and Windows
2001 Aug 25
1
new ogg-tools module in cvs
FWIW, I've just imported my mng-over-ogg code into xiph.org cvs. There are currently too tools, both under the new 'ogg-tools' module:
'oggmerge' is intended to multiplex files of various formats into a single ogg bitstream. Currently it only creates degenerate mng-over-ogg files. Next step is to add support for multiplexing with ogg vorbis files, and jack will likely be
2001 Apr 09
1
Metadata streams
I was looking at the Freeamp stuff and I looked at their RDF metadata stream
spec. (http://www.musicbrainz.org/MM). I noticed on that page it says,
"Furthermore, this format will hopefully be used by the Open Source audio codec
Vorbis to store audio/video metadata with the audio/video tracks." Is this the
metadata format planned for Vorbis? If so, how would it be embedded in the
.ogg?
2001 Jun 06
2
VorbisExt prerelease
Hello All,
VCE is undergoing a transformation. I have converted VCE into a shell
extension and renamed it to VorbisExt. The pre-release executable and source
code is available from:
http://www.ozemail.com.au/~spitsw/VorbisExt/
Now you can change the comments of an Ogg file by pressing ALT-Enter or
right click and Properties then selecting Comments while in explorer. There
is also a new
2001 Jun 23
1
VorbisExt 0.2.0
Hello All,
For those who are interested, I have released VorbisExt 0.2.0. All users are
encouraged to upgrade. It is available at
http://www.ozemail.com.au/~spitsw/VorbisExt/. Only a few changes have been
made since the prerelease.
Changes since 0.2.0pre:
- Improved installation/uninstallation routines.
- Does not overwrite the vendor tag.
- Linked with modified vorbis libs 1.0rc1 (decoder).
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is
marked as an RFC because firstly it depends on the RPMsg API series
and secondly it is currently being reviewed on ALSA and SOF mailing
lists, but any early comments from virtualisation developers would be
highly appreciated too!
Thanks
Guennadi
[1]
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is
marked as an RFC because firstly it depends on the RPMsg API series
and secondly it is currently being reviewed on ALSA and SOF mailing
lists, but any early comments from virtualisation developers would be
highly appreciated too!
Thanks
Guennadi
[1]
2005 Nov 03
3
vorbis winamp plugin
Hi
I've developed a player that utilizes winamp input plugins for decoding
audio to PCM. I'm going to include an open source mp3 input plugin,
in_mpg123.dll, and I'm wanting an open source in_vorbis.dll as well.
One question. Since vorbis is open source, would it break any rules to
distribute the in_vorbis.dll included with Winamp? I presume so but
thought I would ask.
2000 Dec 13
2
WinAmp Plugin with HTTP Streaming Support
I finally figured out why I was having so many problems with MSVC 5.
Compiler optimizations were doing BAD things. :-(
Anyway, here's the goodies:
http://www.javasource.org/in_vorbis.dll If you just want the plugin.
http://www.javasource.org/in_vorbis.zip For the source.
If somebody can get a working version from MSVC 6 please send it back to me
and I'll make it available. That
2001 Feb 06
3
Squelch 1.0beta9
Hi,
I released Squelch 1.0beta9.
It's a multi-platform Ogg Vorbis player, if you haven't heard of it. [1]
Find it here: http://www.geoid.clara.net/rik/squelch.html
Differences from beta8:
* Vorbis comment editor ! [2]
* More intelligent re-initialisation of output driver.
* Stupid bugs in auto-update of master track list resolved.
* Some bugs fixed, some more introduced ;)
In theory,
2004 Apr 21
2
Changing comment-tags
Hello,
i use libvorbis to develop some small applications for a radio station.
I wonder, why there are no functions in the library to add/modify the
comment tags in ogg-files.
The only way I found is to make use of vorbiscomment binary, but this
way is not that good.
Are there api calls to do this??
thanks,
Daniel.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2005 Dec 02
1
Edting or Adding New Comments
Hi All,
Can I update the header of the already existing Ogg-Vorbis file with the new comments? When we add new entries in the header, will it not overwrite the data? does the vorbis library takes care of this?
can someone also please give me the call sequence on how i can do that?
Thanks in advance.
regards,
Pavan.
---------------------------------
Enjoy this Diwali
2000 Aug 07
1
full circle on the text stream format
I've come full circle on the Ogg text stream format, back to arbitrary
associated xml streams. What's changed? Mostly rolling the requirements
around in my head, and weighting them differently.
I think we've dealt with the complexity issue; this functionality can be
optional for "dumb" audio players, and possibly also for dumb video
players, though there it's a smaller