21:21 PM
dvtoo
I'll work it out, not sure why it worked on the ones I tested it on, but I think I have it reproduced here also
21:22 PM
I found another unrelated bug too, so not bad anyway =)
21:23 PM
ruaok
glad to hear it.
21:23 PM
dvtoo
and I get the same trm's you do on those two
21:23 PM
so I should be able to track it down, I'll let you know
21:24 PM
oh, one question, is there any documentation around on how to calculate trm's?
21:24 PM
other than the source. mostly curious if it's defined for other sample sizes, and more than 2 channels
21:24 PM
arnowa has left the channel
21:25 PM
ruaok
no -- you need to pass it 1 or 2 channels. 8 or 16 bit sample size.
21:29 PM
dvtoo
input into DownmixPCM and output look to be identical for the wav and flac files..
21:37 PM
ruaok
cute.
21:37 PM
did you check what parameters you pass into SetPCMInfo (or whatever its called?)
21:39 PM
dvtoo
that's my current guess
21:39 PM
going to check that next
21:40 PM
ajv3
21:41 PM
Hey you guys, what's this channel all about?
21:41 PM
ruaok
21:41 PM
It has all the answers. :-0
21:42 PM
ajv3
Apparently
21:42 PM
dvtoo
found the bug
21:42 PM
all the stuff that calls the trm generator's expects the song duration in milliseconds
21:42 PM
but trm code actually wants it in seconds
21:42 PM
I didn't realize that
21:43 PM
double checking it now
21:43 PM
ajv3
I'm looking for a channel to discuss the legal issues surrounding music sharing
21:43 PM
dvtoo
yeah, works, porting this back over to tunepimp
21:48 PM
ajv3
anyone know where I can find a community to discuss the legal issues surrounding the sharing of music?
21:50 PM
dvtoo
afraid not, sorry
21:51 PM
ajv3
ok, thanks
21:52 PM
ajv3 has quit
21:57 PM
Necronom
Anyone care to suggest good RDF references?
21:57 PM
ruaok
ya, one sec.
21:59 PM
21:59 PM
DON"T READ THE SPEC to learn RDF. Its a piece of SHIT.
22:00 PM
scarfboy
tranks, incidentally. I was planning to look at rdf sometime:)
22:03 PM
dvtoo
ruaok: I've got a question, why does mb_tagger ask me to donate every time it starts up, even though I have?
22:05 PM
Necronom
Danke. :)
22:07 PM
ruaok
dvtoo: Because we havent gotten the donation system connected to the tagger yet.
22:07 PM
I know its lame.
22:08 PM
dvtoo
ah, ok
22:08 PM
just didn't know if it wasn't credited or what
22:08 PM
I'll send you fixed completed files in a bit
22:08 PM
ruaok
Send them to rob [@musicbrainz.org]
22:09 PM
22:09 PM
dvtoo
ok
22:11 PM
ruaok
dvtoo: can you do me a quick favor?
22:11 PM
dvtoo
probably
22:11 PM
ruaok
22:13 PM
scarfboy_
22:17 PM
dvtoo
I'll send this patch to both
22:19 PM
ruaok: sent
22:23 PM
scarfboy has quit
22:27 PM
scarfboy_
scarfboy_ is now known as scarfboy
22:34 PM
ruaok
dvtoo: got the tarball, compiling now.
22:34 PM
dvtoo
great
22:36 PM
ruaok
you forgot to add the stdio.h to flac_meta.cpp
22:39 PM
dvtoo
ok, you forgot to add it to ov_meta.cpp that I copied it from =)
22:40 PM
scarfboy
errr.... C++ references, do you have to dereference them?
22:41 PM
scarfboy needs coffee
22:46 PM
ruaok
scarfboy: no
22:46 PM
scarfboy
's new to me
22:47 PM
using them, I mean
22:47 PM
and libtunepimp uses them
22:47 PM
and I don't know how to convince ruby to like 'em:)
22:47 PM
ruaok
dvtoo: seems to work ok now.
22:47 PM
scarfboy
the wrapper, anyhow.
22:47 PM
ruaok
Nice work!
22:47 PM
dvtoo
great =)
22:47 PM
ruaok
The wrapper does not use references.
22:48 PM
scarfboy
what wrapper are you talking about?
22:48 PM
ruaok
It uses pointers, which do need to get dereferenced.
22:48 PM
dvtoo
is someone doing a perl wrapper for tunepimp?
22:48 PM
ruaok
tp_c.h
22:48 PM
dvtoo: djce is.
22:48 PM
scarfboy
Oh, I'm trying to wrap the C++
22:48 PM
ruaok
Its done, or really close.
22:48 PM
dvtoo
ok, cool
22:48 PM
ruaok
scarfboy: wrap the C.
22:48 PM
scarfboy
..class
22:48 PM
dvtoo
maybe I'll do a debian package for it or something then
22:48 PM
ruaok
That is what the wrapper is there for.
22:48 PM
dvtoo
although I have no clue how =)
22:48 PM
scarfboy
ah
22:48 PM
in that case
22:48 PM
where's the CVS
22:49 PM
because this file's empty:)
22:49 PM
well, more exactly, it says "The C interface will go here."
22:49 PM
still, C++ shouldn't be too big a problem
22:49 PM
I'm trying to use SWIG
22:49 PM
it compiles and all
22:50 PM
it's just that the data types are giving em a headache
22:50 PM
esp with the "const string &variables"
22:51 PM
alus
22:52 PM
ruaok
dvtoo: Can you please send me a proper patch against the latest CVS sources? Once I get that I will check-in the source.
22:52 PM
dvtoo
sure
22:52 PM
I'll even add stdio.h =)
22:53 PM
ruaok
ok, I gotta go.
22:53 PM
Gotta fix the net connection at home. :-(
22:53 PM
back much later today!
22:53 PM
ruaok has quit
23:06 PM
djce is back (gone 03:28:21)
23:24 PM
djce
anyone managed to successfully compile tunepimp from CVS lately?
23:29 PM
scarfboy
haven't tried
23:29 PM
I'm probably about to
23:29 PM
where's the cvs?
23:31 PM
djce
23:32 PM
dvtoo
djce: I built it today
23:32 PM
what kind of error are you getting?
23:32 PM
djce
this one:
23:32 PM
../lib/.libs/libtunepimp.so: undefined reference to `operator new[](unsigned)'
23:32 PM
(followed by lots more of the same).
23:32 PM
dvtoo
hrm
23:32 PM
building it now just to see
23:33 PM
I think I had a similar problem
23:33 PM
I think I had to rerun autogen.sh
23:34 PM
have you built the c tagger before?
23:34 PM
I had that problem when he switched it from the c++ on to the c one
23:34 PM
problem went away on it's own, not sure what I did
23:34 PM
djce
I built tunepimp 0.2.1 (source tarball) with no problems at all.
23:34 PM
But the CVS version gives me grief.
23:34 PM
mb_client compiles fine.
23:34 PM
dvtoo
fresh copy?
23:34 PM
funny, mb_client doesn't build for me, from cvs
23:35 PM
djce
of tunepimp? yes.
23:35 PM
dvtoo
let me check out a new one and see if I have the same problem
23:35 PM
I know I did have that problem
23:36 PM
djce
I'll blame Red Hat 9 for my woes. It's probably some dumb non-standard header or library.
23:38 PM
Hmmm. I've got to go to sleep really. If you think of anything to try, please either mail me or post to this channel (and I'll read the logs later). Thanks!
23:38 PM
dvtoo
probably not, I had the exact same problem, the first time I updated and got the c version of the tagger
23:39 PM
djce
ok, I'll keep digging. Tomorrow. Thanks for trying!
23:39 PM
good night all....
23:39 PM
djce has quit
23:54 PM
scarfboy
no problem compiling tunepimp here
23:57 PM
Mutiny has quit
23:57 PM
Mutiny