similar to: Editing comments in Vorbis files...

Displaying 20 results from an estimated 100 matches similar to: "Editing comments in Vorbis files..."

2007 Feb 07
1
how to delete all comments?
okay all i want to do now is just DELETE any and all comments from a file. here's what I do: // open the file and get access to comments vcedit_open(i_vcStateP, i_fileP); i_commentsP = vcedit_comments(i_vcStateP); // now delete all existing comments vorbis_comment_clear(i_commentsP); <-- is this the correct way?? vorbis_comment_init(i_commentsP); <-- do i need to do this since
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
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
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems. I'm including a patch in this message, but I'll put the new files on my web site at http://rano.org/tmp/xiph_files.tar.gz I've tested this by running vorbiscomment with and without -DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work. Changed files: acinclude.m4: Add a test for nl_langinfo(CODESET). This
2006 Oct 31
1
Keyboard doesn''t work with dom0
Hello, I''ve been able to install almost successfully Xen on Gentoo 2006.1. Everything compiled fine. I can boot my dom0 kernel with Xen on my Gentoo system. The problem I have is that the keyboard doesn''t work... The computer is a ThinkPad R51 laptop. Does anyone has any idea? Thanks Gabriel Lavoie -- Gabriel Lavoie glavoie@gmail.com
1999 Jan 23
2
Digest Only?
Is this list only available in digest form only? I would like to receive individual postings so I can sort them by subject and just look at the ones I'm interested. I've subscribed to many lists, both listerv & majordomo, and I've only ever essage easier?seen one other list that was digest-only. Does *anyone* find scolling through a 40k message easier? -Ron Lavoie Ron Lavoie
2009 Oct 29
8
conditional restart of service
I''m trying to have a exec dependency on a service object that would keep it from being restarted if the exec fails. Unfortunately, the service gets refreshed regardless whenever the exec is run, failure or not. I''ve tried various combinations of subscribe/require/notify, but can''t find an elegant way to not restart the service when the dependency fails. I must be
2010 Feb 25
2
how to fast extract values from different list elements
hi, I have a list L having more than 14000 Elements, each of these contains an array of about length 1200. > L[[1]][26:30] # e.g. print 5 entries of first element of L [1] 0.0000000 6.7982652 114.4737184 89.7328239 3.2001664 Furthermore I get two arrays A and B of same length as input. A<-c(4,7,9,34,463,788) B<-c(50,67,87,361,45,89) I would like to extract (or print or save)
2002 Sep 17
1
Question about rsync
Hello All, I've been getting an error using rsync that I've been trying to track down the cause of, but haven't been able to solve yet. When I try to connect to a remote rsync deamon, using a double colon address like 192.168.0.2::classes to copy files in either direction, I get this error after a timeout. @ERROR: chroot failed rsync: connection unexpectedly closed (128 bytes
2001 Nov 13
3
Lotus Notes R5, bad class name error
Hello, I've just installed Lotus Notes 5.0.8 client on my system with wine, on a Debian Linux (unstable dist) system. The wine package installed is the 20011112 version, from the CVS build deb package. I'm running c:/Lotus/Notes/nlnotes.exe, and my Wine desktop comes up with the Notes Workspace and a client configuration dialog with active "Next" and "Cancel"
2013 Apr 21
2
how to import several files every day
Hi All I want to import several .dat files every day of the week from the same folder. Let say, on day 1, I have about 100 files in the folder. By using this code, everything works perfectly (maybe there is a more efficient way to do it): filenames <-list.files(path="pathtofile", full.names=TRUE) library(plyr) import.list <- llply(filenames, read.table, header=TRUE,
2009 May 08
1
Merging two data frames with 3 common variables makes duplicated rows
I am new to R (ex SAS user) , and I cannot merge two data frames without getting duplicated rows in the results. How to avoid this happening without using the unique() function? 1. First data frame is called "tmv" with 6 variables and 239 rows: > tmv[1:10,] temps nom prenom sexe dist style 1 01:59:36 Cyr Steve H 45 free 2 02:09:55 Gosselin
2001 Mar 19
1
1919251317
Hi, I am using linux 2.4.2 with smb 2.0.7.5. Since a few days, my smbmount of NT 2000 or W98 are refused with a message: mount_data version 1919251317 is not supported A few searches showed only an old message of mid-summer last year. Why is it showing up now and how can I get my mounts back? Thanks, Yves
2001 Mar 27
1
Problems Seeing Output From Wine
Hi All, I'm very new to this whole wine app so please stick with me. I have installed wine 1.0 from codeweavers and am having mixed success with it, for example: I am able to intall the motorola 56000 software developement tools under the ~/.wine/fake_windows/Program Files/ directory and can actually use the assembler if I explicitly tell wine the full path wine --
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet: <http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to strip it down to relevant stuff) <xiphmont> "Is there any interest in extending vcedit/libvorbisfile to do basic handling of Vorbis streams from concurrently multiplexed Ogg?" < xiphmont> Yes, but that work was *also* tied to OggFile from way back when, and one
2002 Apr 07
1
Trying to figure out the library...
I'm new to this list so... Hello everyone :) Anyway, I want to use Ogg in my Windows-based game but am having trouble figureing out how to get the library to work. I downloaded the "Windows SDK" snapshot and included all the relevant files in my MSVC++ 6.0 project on Windows 2000, but the examples do not run due to memory overruns. Here is some code I tried to run, which is, as
2006 Mar 10
1
oggfile, skeleton and vorbis tools
----- Original Message ----- From: "Ian Malone" <ibmalone@gmail.com> To: "ogg-dev" <ogg-dev@xiph.org> Sent: Friday, March 10, 2006 5:24 PM Subject: Re: [ogg-dev] oggfile, skeleton and vorbis tools >> This is something we might want to extend skeleton to support, i know >> we've talked about this kind of thing before. So that skeleton can
2006 Mar 07
0
oggfile, skeleton and vorbis tools
On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote: > I assume what this all means is there's no desire for any kind of stop- > gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg > stream"[1], and that anything along these lines will wait until Oggfile. Well, vorbis-only vorbisfile is what we're talking about. What Sylvia mentioned was that
2006 Mar 10
0
oggfile, skeleton and vorbis tools
illiminable wrote: > > ----- Original Message ----- From: "Ian Malone" <ibmalone@gmail.com> > To: <ogg-dev@xiph.org> > Sent: Friday, March 10, 2006 8:42 AM > Subject: Re: [ogg-dev] oggfile, skeleton and vorbis tools > > >> Re-reading Monty's email: when you talk about vorbis-only vorbisfile and >> the concurrent vorbis stream case do
2006 Mar 09
0
oggfile, skeleton and vorbis tools
Conrad Parker wrote: > On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote: > >>On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote: >> >>>I assume what this all means is there's no desire for any kind of stop- >>>gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg >>>stream"[1], and that anything along these