RE: MSVC++6.0 STL Appears to work fine now

2001-02-07 Thread Isaac Richards
Does creating a Relatable profile/signaturing your music work with the MS STL? Isaac On 06-Feb-2001 Gary R. Van Sickle wrote: I've been building from CVS using the STL that comes with MSVC++6.0 for quite a while now, and everything seems to be working fine (particularly now that somebody

sigapp now available

2000-09-21 Thread rob
I've created a standalone audio signature generation program that will take in an MP3 file and kick out the ASCII signature for that track. To build this app, do this after the configure in freeamp: make -f Makefile.towav sigapp This creates the sigapp application. Right now it has no ID3

[ANNOUNCE] 2.0.1 for AlphaNT now available

2000-01-23 Thread Mark B. Elrod
Once again Michael Rich has created an installer for AlphaNT. It is now available on the website! elrod ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Re: And now...

1999-08-13 Thread robert
On 12 Aug, Bruce Oblander wrote: Nope...this is for a "Shoutcast" type stream. I've gone so far as to capture the network packets passed to FreeAmp and it looks like the "x-audiocast" commands are OK (and the packets really are sent to FreeAmp) so me thinks you are correct but that

Re: And now...

1999-08-13 Thread Bruce Oblander
Yes...here's what I've got so far: 1 I open one socket on my side at server initialization (I let Java pick the local port) for sending UDP packets 2 Parse the GET HTTPheaders when FreeAmp connects and obtain it's receiving UDP port (usually 1 +) 3 Send the x-audiocast

Re: And now...

1999-08-06 Thread Bruce Oblander
Got it...but one (well maybe two) more question: I send "x-audiocast-streamurl: myurl" to FreeAmp *once* when it connects to my server. I'm then sending "x-audiocast-streamtitle: trackTitle" to FreeAmp as the titles change. is this correct or did I mis-read the code? Thanks! bruce [EMAIL

Re: And now...

1999-08-06 Thread robert
On 6 Aug, Bruce Oblander wrote: Got it...but one (well maybe two) more question: I send "x-audiocast-streamurl: myurl" to FreeAmp *once* when it connects to my server. I'm then sending "x-audiocast-streamtitle: trackTitle" to FreeAmp as the titles change. is this correct or did I