similar to: Emodio

Displaying 20 results from an estimated 10000 matches similar to: "Emodio"

2008 Nov 06
2
libFLAC header checking
In stream_decoder.c function find_metadata_() checks whether a file is valid or not. There are 4 cases it recognizes: 1) file begins with 'fLaC' 2) file begins with ID3 (skipped), followed by 'fLaC' 3) file may begin with 11111111 111110?? sync code (or 11111111111110, depends on endianess i suppose). That is - a raw file with FLAC frames, without header (right?). 4) file begins
2005 Nov 09
3
dataframe without repetition
Hello, with a data.frame like this : > toto <- data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30")) > toto id dpt 1 id1 13 2 id1 13 3 id2 34 4 id3 30 5 id3 30 6 id3 30 what is the most efficient ways to obtain : id
2004 Aug 06
2
Metadata, again..
At 17:05 8/11/2001 -0400, you wrote: >you tell me. Works alright here, except in xmms which has a bug in its >shoutcast metadata handler. I've submitted a patch at bugs.xmms.org >for it. Hmm.. well with the current version of winamp and the previous two it would and does skip if I have metadata enabled.. it'll start anywhere from ten minutes to an hour into the stream and then
2005 Jan 06
2
FLAC and ID3
Hello, I heard from a coworker that there was something that changed recently with FLAC and ID3. I don't have ANY details on what that means, and was wondering what has changed. The only thing I see (in the changelog) is that plugins have removed support for ID3 tags. I'm curious because I have been using ID3 tags with FLAC (I store extra data such as album art with my media files,
2008 Jan 10
1
data.frame manipulation: Unbinding strings in a row
Hi all, I have a data.frame I received with data that look like this (comma separated strings in last row): ID Shop Items ID1 A1 item1, item2, item3 ID2 A2 item4, item5 ID3 A1 item1, item3, item4 But I would like to unbind the strings in col(2) items so that it will look like this: ID Shop Items ID1 A1 item1 ID1 A1 item2 ID1 A1 item3 ID2 A2 item4 ID2 A2 item5 ID3 A1 item1 ID3 A1 item3 ID3 A1
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
Hi - I have a data frame with a large number of observations (62,000 rows, but only 2 columns - a character ID and a result list). Sample: > my.df <- data.frame(id=c("ID1", "ID2", "ID3"), result=1:3) > my.df id result 1 ID1 1 2 ID2 2 3 ID3 3 I have a list of ID vectors. This list will have anywhere from 100 to 1000 members, and
2011 Apr 25
2
Problem with ddply in the plyr-package: surprising output of a date-column
Hi Together, I have a problem with the plyr package - more precisely with the ddply function - and would be very grateful for any help. I hope the example here is precise enough for someone to identify the problem. Basically, in this step I want to identify observations that are identical in terms of certain identifiers (ID1, ID2, ID3) and just want to save those observations (in this step,
2006 May 19
2
Damaged tags in XMMS
Hi, I just copied 15 GB of Music from my Slackware install over to my laptop running CentOS. Everything's running fine, except a few minor quirks. About 10 to 15% of the 4.000 songs in my collection seem to have broken ID3 tags in XMMS. In the playlist window, there are only truncated fields of a few random letters appearing. But when I right-click on one of these songs, the ID3 info is
2005 Aug 14
2
id3-tags of static files
The protocol of sending of metadata over a stream (which is HTTP) does not allow for this type of thing. The problem is not necessarily the fact that the id3 tags are at the end of the files, as id3v2 does not have this restriction, but rather just the "agreed" upon protocol for handling metadata for streamed mp3s (and I'm only going to talk about mp3s here, since it's
2004 Aug 06
2
Using Winamp for ogg streams/files
hello, It appears that Winamp 3 has problems playing ogg streams/files. I can't say exactly since I don't use Windows myself. I tried the very alpha Winamp for Linux and it was quite useless. This came from http://forums.winamp.com/showthread.php?s=67fc68ecaec04349ad8bb66483c3cbd1&threadid=126800 on the shoutcast/winamp forum: "Ogg files become corrupted by adding ID3 tags,
2012 Feb 26
1
Matrix problem to extract animal associations
Dear List, I have been trying to extract associations from a matrix whereby individual locations are within a certain distance threshold from one another. I have been able to extract those individuals where there is 'no interaction' (i.e. where these individuals are not within a specified distance threshold from another individual) and give these individuals a unique Group ID containing
2005 Jan 06
1
FLAC and ID3
> ID3 support was only dropped in the plugins. libFLAC still can > decode FLAC files that have ID3 tags (v1 or v2). it just ignores > them and there are no plans to change that in the future. OK, that's what I thought, but wanted to be sure. I've been updating some metadata handling routines in our application and heard something about this and was curious. > the spec
2006 Jan 24
9
Number of replications of a term
Hello, Is there a simple and fast function that returns a vector of the number of replications for each object of a vector ? For example : I have a vector of IDs : ids <- c( "ID1", "ID2", "ID2", "ID3", "ID3","ID3", "ID5") I want the function returns the following vector where each term is the number of replicates for the
2004 Sep 10
2
ID3-style information
I have a CD collection of about 20 discs that I currently archive on my hard disk in MP3 format. No, I do not like lossy compression. No, I do not like closed standards. No, I do not like software patents (Fraunhofer). In fact, I do not even need compression at this point, as my hard disk capacity is greater than the sum total of the CDs' WAV-format sizes. However, I need its ID3
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash): for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if you're on windows, my condolences... no wait, just get cygwin :) Josh ---
2006 Feb 09
1
List Conversion
Hello, I have a list (mode and class are list) in R that is many elements long and of the form: >length(list) [1] 5778 >list[1:4] $ID1 [1] "num1" $ID2 [1] "num2" "num3" $ID3 [1] "num4" $ID4 [1] NA I'd like to convert the $ID2 value to be in one element rather than in two.?? It shows up as c(\"num2\", \"num3\") if I try to use
2004 Sep 10
3
flac metadata
So I've just ripped my entire 600 CD collection to flac format (200gigs worth) with vorbis comments in the flac metadata. But my gripe is that neither Winamp nor XMMS's flac plug-ins seem to have the ability to read the vorbis comment from the metadata. Are there any flac players for windoze or linux that can access the metadata? Or do i have to add redundant ID3 tags to all my flac
2004 Sep 10
1
winamp plug-in enhancement/bugfix
josh, thanks for the feedback. now i can start encoding like mad knowing that the generated flac files are ok =) (flac -t said the files were ok, despite metaflac's complaints). i noticed that without the flac-for-winamp plug-in installed, winamp correctly displays the id3 filename (e.g. "Bjork - Human Behavior") in the playlist and also displays the id3 tags in the file
2004 Sep 10
2
Should FLAC join Xiph?
--- Joshua Haberman <joshua@haberman.com> wrote: > * Josh Coalson (xflac@yahoo.com) wrote: > > I'm kind of swamped today so I'll answer what I can get > > away with until tonight: > > > > --- Joshua Haberman <joshua@haberman.com> wrote: > > > The most interesting questions to me are ones you didn't address: > > > > > >
2008 Sep 02
1
rpart: ID3 or C4.5?
Hello, My question is about the algorithm used behind decision tree package rpart. It is not clear in the help if the algorithm used is ID3 or C4.5. Someone has any idea? Regards. Sandro. -- View this message in context: http://www.nabble.com/rpart%3A-ID3-or-C4.5--tp19269303p19269303.html Sent from the R devel mailing list archive at Nabble.com.