Re: Thumbs up for Zinf in Solaris 8 on SPARC architecture

2002-07-25 Thread Ed Sweetman
try to write portable code. :) I hope you are > not intending to turn Zinf over to be a Win32 project mostly? God no. haha. But the win32 build is pretty significant since it also requires the most specific code to the OS. The point of the CD playback rewrite is for portability and simply fitti

Re: Thumbs up for Zinf in Solaris 8 on SPARC architecture

2002-07-25 Thread Anders Nordby
Hello, On Thu, Jul 25, 2002 at 01:40:17AM -0400, Ed Sweetman wrote: > I'd just like to clear up something first. Is this the cvs version of > zinf or what? The patches are relative to the Zinf 2.2.0 for Linux tar.gz source distribution. The packages are also made with this source. > If it's

Re: Thumbs up for Zinf in Solaris 8 on SPARC architecture

2002-07-24 Thread Ed Sweetman
I'd just like to clear up something first. Is this the cvs version of zinf or what? If it's the cvs version ...heh. well you know. It's likely to change drastically still from the final release that I see rapidly approaching. We're getting the win32 build cleaned up rather quickly now and s

Re: extended software mixer patch

2002-06-23 Thread Ed Sweetman
a little while's off it seems. I've already fixed some bugs with my extended software mixer patch. esd now works correctly artsd now works correctly oss works correctly alsa is obscolete but i suspect it too works correctly although i cant test it. I use alsa 0.9x. Someone with some als

Re: extended software mixer patch

2002-06-23 Thread Jason Zubarik
So how far off is the next version of FreeAmp, anyway? - Original Message - From: "Ed Sweetman" <[EMAIL PROTECTED]> To: "Robert Kaye" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 23, 2002 4:24 PM Subject: extended software mixer patch > This patch aims at removing de

Re: .sdp file for Freeamp

2002-06-07 Thread Marty Schoch
I modified the code in freeamp to do much improved RTP streaming over the standard code about a year ago. This code was packaged and released under the name "MCTPlayer" available at http://www.mctplayer.com I am providing the link for reference purposes only, however. A much improved implementat

Re: .sdp file for Freeamp

2002-06-07 Thread Ross Finlayson
>I am actually setting up a robust MP3 rtp streaming server for a large firm >in Europe. >I am very interesting in Freeamp because it is open source and run on >Windows as well as Linux. My message to this mailing list (from last January) may be relevant here. By the way, some other MP3/RTP pla

Re: .sdp file for Freeamp

2002-06-06 Thread Steve Kemp
On Tue, May 21, 2002 at 01:46:29PM +0100, Laurent Violette wrote: > I am actually setting up a robust MP3 rtp streaming server for a large firm > in Europe. > I am very interesting in Freeamp because it is open source and run on > Windows as well as Linux. Surely the opensourceness of the cli

Re: Message sending

2002-06-06 Thread Mark B. Elrod
Right now things are pretty inefficient and all messages are sent to all plugins. We always had plans to allow plugins to "subscribe" to different types of messages... just never happened. That said, my memory is a little rusty but here is what you should need to do. 1. Define a new event that

Re: Message sending

2002-06-06 Thread Mark B. Elrod
I just remembered that there is already an event INFO_PrefsChanged sent when the prefs are saved. you should just need to look for this in your PMO. elrod James Ryan wrote: > Hi guys, > > I would really appreciate some help regarding the matter bellow. > > I would like to notify the class Soun

re: FreeAmp plugin.

2002-05-21 Thread Robert Hart
If you download the freeamp source, the lcd plugin code is in ui/lcd There doesn't seem to be any VC project files, so I guess that means it won't get built under windows. I can't really say how difficult it would be to build it on windows, but I don't see it being too difficult. Rob On Tue, 21

re: FreeAmp plugin.

2002-05-20 Thread Mark Gillespie
Does the latest Win32 port of freeamp have the lcdproc plugin built in? I does not get listed. Do I have to get that from somewhere? I have found a NT port of the lcdproc, which looks suitable, I just need freeamp to talk to the lcdproc server. Thanks. _

Re: FreeAmp plugin

2002-05-20 Thread Robert Hart
On Mon, 20 May 2002, Mark Gillespie wrote: > I seem to remember in the dim and distant past, when I looked at freeamp, > there was a plugin that drove a LCD display, or outputted the display info > via a serial port. > > Anyone know where I can get this? Is it still compatible with freeamp? I'l

Re: Freeamp's "Search for Music" + CDRoms

2002-05-14 Thread CJ Kucera
On Tue, May 14, 2002 at 07:12:33PM -0400, Ed Sweetman wrote: > On Tue, 2002-05-14 at 14:32, CJ Kucera wrote: > > Hm. I know that RedHat at least uses /mnt/cdrom by default (also > > /mnt/floppy for the floppy drives, etc), and I believe Mandrake does, > > too. > Well, standards are made by the ma

Re: Freeamp's "Search for Music" + CDRoms

2002-05-14 Thread Ed Sweetman
On Tue, 2002-05-14 at 14:32, CJ Kucera wrote: > On Tue, May 14, 2002 at 01:33:26PM -0400, Ed Sweetman wrote: > > It's actually not standard to mount things inside /mnt but rather /mnt > > be a mount point of some device. > > > > You should use /proc/mounts to look for cdrom fs's and query the

Re: Freeamp's "Search for Music" + CDRoms

2002-05-14 Thread CJ Kucera
On Tue, May 14, 2002 at 01:33:26PM -0400, Ed Sweetman wrote: > It's actually not standard to mount things inside /mnt but rather /mnt > be a mount point of some device. > > You should use /proc/mounts to look for cdrom fs's and query their > mountpoints. I think that would be better than ha

Re: Freeamp's "Search for Music" + CDRoms

2002-05-14 Thread Ed Sweetman
On Tue, 2002-05-14 at 11:14, CJ Kucera wrote: > Hello again. > > I thought it would be nice to have the CDRom be one of the default > items to search under in FreeAmp's "Search for Music" screen, as > I typically keep my mp3s on CD, not my hard drive. As such, I > cobbled together a quick little

Re: Message sending

2002-05-06 Thread James Ryan
Please please help. I want to be able to vary the rate at which a file is played. I tried using waveOutSetPlaybackRate function and this doesn't seem to work. Can someone please let me know how I can vary the rate at which a file is played. Your help would be very much appreciated. Thank you

Re: Message sending

2002-05-05 Thread James Ryan
. James >From: "Mark B. Elrod" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Message sending >Date: Fri, 03 May 2002 01:09:01 -0700 > >Right now things are pretty inefficient and all messages are sent to all >plugins.

Re: Message sending

2002-05-03 Thread Mark B. Elrod
I just remembered that there is already an event INFO_PrefsChanged sent when the prefs are saved. you should just need to look for this in your PMO. elrod James Ryan wrote: > Hi guys, > > I would really appreciate some help regarding the matter bellow. > > I would like to notify the class

Re: Message sending

2002-05-03 Thread Mark B. Elrod
Right now things are pretty inefficient and all messages are sent to all plugins. We always had plans to allow plugins to "subscribe" to different types of messages... just never happened. That said, my memory is a little rusty but here is what you should need to do. 1. Define a new event that in

Re: make clean problem + functional patch

2002-04-16 Thread Robert Kaye
On Fri, 2002-04-12 at 21:58, Ed Sweetman wrote: > Now on to the fun stuff. I finished my incomplete patch for adding > "return to directory" functionality to freeamp's add file menu. This > allows users to bypass freeamp's default behavior of opening to the > current dir that freeamp was run in.

Re: play immediately patch

2002-04-16 Thread Robert Kaye
On Sun, 2002-04-14 at 10:05, Ed Sweetman wrote: > This fixes the option to queue files instead of playing them immediately > on starting freeamp. It now does what it says it should do instead of > playing immediately all the time. Looks good. I'll commit it tomorrow. -- --ruaok Freeze

Re: freeamp cvs taking 60MB

2002-04-16 Thread Robert Kaye
On Fri, 2002-03-29 at 12:49, Ed Sweetman wrote: > Yup. that fixes the bug. Thanks! I verified the bug and I'm going to check that code into CVS when the server comes back alive. :-( -- --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye --[EMAIL PROTECTED

Re: software volume control

2002-04-13 Thread Ed Sweetman
On Sat, 2002-04-13 at 16:01, Ed Sweetman wrote: > I'm going to start working on bringing alsaplayer's way of doing volume > control and balance into freeamp. It's completely self contained within > the player instead of screwing with the hardware volume mixers. This > should eliminate any need

Re: vorbis fix in freeamp not put into cvs yet?

2002-04-13 Thread Steve Kemp
On Sat, Apr 13, 2002 at 07:43:01PM +0400, Alexey Zakhlestine wrote: > Try writing directly to > Robert Kaye <[EMAIL PROTECTED]> > Isaac Richards <[EMAIL PROTECTED]> > > They have CVS-access, but too little time. As do I - if its not been commited by Monday, (when I'll be at a machine with t

Re: vorbis fix in freeamp not put into cvs yet?

2002-04-13 Thread Alexey Zakhlestine
Ed Sweetman wrote: ES> yea, maybe april is an off month. I don't know. But the cvs of freeamp ES> is still broken in respect to vorbis playing. it's a one liner fix so I ES> don't know why it hasn't been put in yet. Here it is again without my ES> other fixes (additions). Try writing direct

Re: Musicbrowser patch (symbol fix)

2002-03-31 Thread Ed Sweetman
discovered that running freeamp outside of the build tree caused an unresolved symbol old_path This fixes it in ui/freeamp/unix/src/GTKFileSelector.cpp change extern char old_path[PATH_MAX]; to char old_path[PATH_MAX]; this patch includes that change. Anyone who can tell me how to a

Re: Musicbrowser patch (newer than before)

2002-03-31 Thread Timothy Ball
On Sun, Mar 31, 2002 at 07:44:42PM -0500, Ed Sweetman wrote: > patch -p2 > Too much kernel hacking makes one used to -p1. :) --timball -- GPG key available on pgpkeys.mit.edu pub 1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball <[EMAIL PROTECTED]> Key fingerprint = B579 29B0 F6C8 C7A

Re: Musicbrowser patch (newer than before)

2002-03-31 Thread Ed Sweetman
patch -p2 habit. ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Re: Musicbrowser patch (newer than before)

2002-03-31 Thread Ed Sweetman
Ok, I have all the framework for the "open to last selection" to be user defined in the preference menu. I just dont know how to query that preference from in the file selection and GTK file selection source. This patch also adds directory add ability to the "add file" button on freeamp's main wi

Re: Musicbrowser patch (error fix)

2002-03-31 Thread Isaac Richards
On Sunday 31 March 2002 12:41 am, you wrote: > On a side note, I code in C for gtk and i've never botherde with the c++ > extensions. I would like to add a radio button in the preference window > for the "open to last file" option. I dont think that the recursive > file thing needs an option, a

Re: Musicbrowser patch (error fix)

2002-03-31 Thread Isaac Richards
Considering that gtk itself limits the returned path length to PATH_MAX, or 2048 if PATH_MAX is not defined, that's rather silly. Isaac On Saturday 30 March 2002 11:22 pm, you wrote: > Guys, please don't do this. You'll just make it harder for > yourself on different systems. Remember

Re: Musicbrowser patch (error fix)

2002-03-30 Thread Ed Sweetman
yes they are the posix constants. Switching to string wouldn't be a problem either. On a side note, I code in C for gtk and i've never botherde with the c++ extensions. I would like to add a radio button in the preference window for the "open to last file" option. I dont think that the rec

Re: Musicbrowser patch (error fix)

2002-03-30 Thread Alan Robertson
Simon Law wrote: > On 30 Mar 2002, Ed Sweetman wrote: > > >>Ok, fixed it to use PATH_MAX and FILENAME_MAX. >>also fixed a stupid mistake i made by not catting the trailing / to >>directories correctly. >> > > Guys, please don't do this. You'll just make it harder for > yourself on d

Re: Musicbrowser patch (error fix)

2002-03-30 Thread Simon Law
On 30 Mar 2002, Ed Sweetman wrote: > Ok, fixed it to use PATH_MAX and FILENAME_MAX. > also fixed a stupid mistake i made by not catting the trailing / to > directories correctly. Guys, please don't do this. You'll just make it harder for yourself on different systems. Remember, on

Re: Musicbrowser patch (error fix)

2002-03-30 Thread Ed Sweetman
ok. Yes i'm stupid. here's the patch. This is what I get for all nighters. --- ./fileselector.cpp Sat Mar 30 14:33:26 2002 +++ ./fileselector.cpp Sat Mar 30 14:32:02 2002 @@ -24,6 +24,7 @@ #include "config.h" #include +#include #ifdef __QNX__ #include @@ -32,6 +33,8 @@ #include

Re: Musicbrowser patch (error fix)

2002-03-30 Thread Ed Sweetman
Ok, fixed it to use PATH_MAX and FILENAME_MAX. also fixed a stupid mistake i made by not catting the trailing / to directories correctly. This patch should be against a clean cvs of fileselector.cpp it gives you the ability to select only a directory and have that recursively add every file

Re: Musicbrowser patch (file safe)

2002-03-30 Thread Timothy Ball
On Sat, Mar 30, 2002 at 01:18:55PM -0500, Timothy Ball wrote: > > And I thought there was a #define for the MAXPATHNAME or something > similar. Would make this nicely platform indiependant and not just > generically "big". > Found it.. linux/limits.h:#define PATH_MAX4095 /* # char

Re: Musicbrowser patch (file safe)

2002-03-30 Thread Timothy Ball
If you bothered using strncpy shouldn't you have bothered using strncat? And I thought there was a #define for the MAXPATHNAME or something similar. Would make this nicely platform indiependant and not just generically "big". --timball On Fri, Mar 29, 2002 at 10:11:41PM -0500, Ed Sweetman wrot

Re: Musicbrowser patch (file safe)

2002-03-29 Thread Ed Sweetman
In case anyone is idiotic enough to have files 20 dirs deep, I've increased max path length to 5120. I'm not even sure if any of the audio players support filenames that long. I've also changed my unsafe strcpy's to strncpy and added a null terminator just in case. Here's the patch It's agains

Re: freeamp cvs taking 60MB

2002-03-29 Thread Chris Gray
On Fri, Mar 29, 2002 at 03:44:39PM -0500, Ed Sweetman wrote: > Yea i'd believe that if playing an mp3 didn't free up all that memory. > Why is freeamp using 60MB for playing a vorbis ogg file but only 4-5MB > for mp3. I think i found out why. Ahh... I thought you were making the mistake of add

Re: freeamp cvs taking 60MB

2002-03-29 Thread Ed Sweetman
Yup. that fixes the bug. root 6996 8.4 1.4 30228 9252 tty1 S15:48 0:00 freeamp root 6997 0.0 1.4 30228 9252 tty1 S15:48 0:00 freeamp root 6998 0.0 1.4 30228 9252 tty1 S15:48 0:00 freeamp root 6999 0.0 1.4 30228 9252 tty1 S15:48

Re: freeamp cvs taking 60MB

2002-03-29 Thread Ed Sweetman
Yea i'd believe that if playing an mp3 didn't free up all that memory. Why is freeamp using 60MB for playing a vorbis ogg file but only 4-5MB for mp3. I think i found out why. in your mp3 lmc xing does this iNewSize=max(iNewSize,iMinimumOutputBufferSize); iNewSize *= 1024; Seems logical n

Re: freeamp cvs taking 60MB

2002-03-29 Thread Chris Gray
On Fri, Mar 29, 2002 at 03:23:10PM -0500, Ed Sweetman wrote: > I've verified that this is a vorbis problem with freeamp. It is not a > libvorbis problem, other players use under 2MB when playing vorbis > files, freeamp uses 60MBi'll take a look at the vorbis output code. > > > On Fri, 2002-

Re: freeamp cvs taking 60MB

2002-03-29 Thread Ed Sweetman
I've verified that this is a vorbis problem with freeamp. It is not a libvorbis problem, other players use under 2MB when playing vorbis files, freeamp uses 60MBi'll take a look at the vorbis output code. On Fri, 2002-03-29 at 12:25, Ed Sweetman wrote: > I compile freeamp cvs with gcc 3.0.4

Re: autoconf, automake, etc.

2002-03-27 Thread Robert Hart
On Wed, 27 Mar 2002, F. Heitkamp wrote: > I downloaded version 2.1.1 from the freeamp > page and it compiled and installed OK. > I could not get it to play any MP3s because > it kept saying the "audio device is busy". > There was a message on either the dxr3 or > xine mailing list about a problem

Re: autoconf, automake, etc.

2002-03-27 Thread F. Heitkamp
I've looked at configure --help and saw that I could type configure --version but it shows what version I used to create it, not what version was intended to be used. BTW I used autoconf 2.13 to generate configure. No newer versions would work. I still got errors from autoconf 2.13 but a config

Re: autoconf, automake, etc.

2002-03-26 Thread Lucas christophe
you must specify where there are installed, by means of configure. see ./confiugre --help On Tue, 26 Mar 2002 08:43:27 -0500 "F. Heitkamp" <[EMAIL PROTECTED]> wrote: > Hi, > > What autoconf and automake versions does freeamp CVS > require? > > I am trying to compile freeamp from CVS and it ca

Re: playlist advance

2002-03-21 Thread Robert Hart
On Tue, 12 Mar 2002, Stephen Soltesz wrote: > After a song has finished playing, normally the next in the playlist is > queued and begun. Is there a way to prevent this default behavior? XMMS > calls this feature 'No Playlist Advance'? I could not find a similar control > in freeamp. Did I

Re: zlib vulnerability

2002-03-13 Thread Marty Schoch
Since no one else replied I went ahead and investigated this myself. Current CVS seemed to contain version 1.1.3 of the zlib library. The page: http://www.gzip.org/zlib/advisory-2002-03-11.txt seems to indicate that version 1.1.3 IS vulnerable. I have gone ahead, and incorporated the 1.1.4 ver

Re: problem with making...

2002-02-26 Thread Shaw Vrana
Ernesto - > I downloaded latest FreeAmp source for linux and tried to compile it. > ./configure runs just fine, but making give this error: > > io/arts/src/artspmo.cpp:35:25: artsc/artsc.h: No such file or directory > make[1]: ***[io/arts/src/artsmpo.o] Error 1 > make[1]: Leaving directory '/homm

Re: compiling!

2002-02-19 Thread Michael Anthony Astrauckas
To: '[EMAIL PROTECTED]' Sent: Tuesday, February 19, 2002 12:13 AM Subject: RE: compiling! I am not sure but you probably have to specify in the Tools/Options/Directories/Include folders of Msdev where you installed/unziped the sgi stl for msdev to find what it needs.  

RE: compiling!

2002-02-18 Thread Sylvain Rebaud
I am not sure but you probably have to specify in the Tools/Options/Directories/Include folders of Msdev where you installed/unziped the sgi stl for msdev to find what it needs.   -s -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Anth

Re: jmf rtp-streaming

2002-02-12 Thread Ross Finlayson
Maarten, The RTP implementation that's in the default Freeamp distribution is rather limited; you may instead want to try the modified Freeamp (with much improved RTP/RTCP support) that I announced to this mailing list a few weeks back. (Alternatively, if you're on Windows, you could instead

Re: problems with freeamp and alsa

2002-02-11 Thread Ed Sweetman
On Tue, 2002-02-12 at 00:12, Robert Kaye wrote: > On Mon, 2002-02-11 at 15:22, Ed Sweetman wrote: > > Since before when I mentioned that Freeamp has problems playing vorbis > > files when using OSS emu in also 0.9x and nobody mentioned having the > > Speaking of ALSA, I tried to upgrade the alsa

Re: problems with freeamp and alsa

2002-02-11 Thread Robert Kaye
On Mon, 2002-02-11 at 15:22, Ed Sweetman wrote: > Since before when I mentioned that Freeamp has problems playing vorbis > files when using OSS emu in also 0.9x and nobody mentioned having the Speaking of ALSA, I tried to upgrade the alsa plugin to 0.9.x and I found no documentation on the subjec

Re: problems with freeamp and alsa

2002-02-11 Thread Ed Sweetman
On Mon, 2002-02-11 at 18:58, Valters Vingolds wrote: > true about the buffer size... somehow I have 64kb input, 512kb output. I > absolutely can't tolerate skips in my music ;) > > we should fix the original bug, ofcourse. > can you produce a test scenario one could run to debug to see what's >

Re: multiple instances of freeamp?

2002-02-07 Thread Alexey Zakhlestine
Tamer Demir wrote: TD> I am trying to launch multiple instances of freeamp in the same TD> computer, but I could not launch. Even I could not find an option, Is this TD> because of a scarce resource that freeamp uses so that it does not allow TD> another instance to share it? TD> Can you help

RE: error compiling freeamp with vc++ 6.0

2002-02-06 Thread Sylvain Rebaud
Ok nevermind. After installing the stl, everything worked fine. I knew I should have looked at the readme file first   -s   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sylvain Rebaud Sent: Wednesday, February 06, 2002 9:29 PM To: [EMAIL PR

RE: MP3 player in WinCE??

2002-02-06 Thread Bruce Brown
digging around for a streams implementation on WinCE and was unable to find anything. -- Bruce > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sylvain Rebaud > Sent: Wednesday, February 06, 2002 9:30 PM > To: [EMAIL PROTECTED] > Subje

RE: MP3 player in WinCE??

2002-02-06 Thread Sylvain Rebaud
Were you trying to port the SGI version of STL or trying to use the standard ones? -s -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bruce Brown Sent: Wednesday, February 06, 2002 8:24 PM To: [EMAIL PROTECTED] Subject: RE: MP3 player in WinCE?? I

RE: MP3 player in WinCE??

2002-02-06 Thread Bruce Brown
ECTED]]On Behalf Of Sylvain Rebaud > Sent: Wednesday, February 06, 2002 8:13 PM > To: [EMAIL PROTECTED] > Subject: RE: MP3 player in WinCE?? > > > > It actually wouldn't be too hard. You should first try to create a > config.wce based on config.w32 in the config folder tha

RE: MP3 player in WinCE??

2002-02-06 Thread Sylvain Rebaud
It actually wouldn't be too hard. You should first try to create a config.wce based on config.w32 in the config folder that would work for CE. I am willing to help if you want... -s -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tamer Demir Sent: Wedn

RE: Proxy authentication not supported ?

2002-01-31 Thread Anthony, Jude J (N-SAIC)
I've been looking into proxies as well, Joao. I'm finding that the only kind of proxy supported is the transparent HTTP proxy, and it only seems to be supported for streaming (not Relatable or Bitzi features). Sorry I can't be more specific; I just got started with the code myself. Jude

Re: Freeamp 2.1.1 updated with "LIVE.COM Streaming Media" support

2002-01-27 Thread Ross Finlayson
At 12:58 PM 1/27/02, Rob Lanphier wrote: >One thing that Ross doesn't mention (and Ross, please correct me if I'm >wrong) is that with this patch, you should be able to stream MP3 files >that are placed on RealServer via RTSP/RTP. Yes, that's correct. For example, using this version of Freeamp,

Re: Freeamp 2.1.1 updated with "LIVE.COM Streaming Media" support

2002-01-27 Thread Rob Lanphier
One thing that Ross doesn't mention (and Ross, please correct me if I'm wrong) is that with this patch, you should be able to stream MP3 files that are placed on RealServer via RTSP/RTP. If there are any problems with this, let me know so that we can get fixes put into the next version of RealSer

Re: lagging lib support

2002-01-19 Thread John Morton
On Saturday 19 January 2002 11:07, Ed Sweetman wrote: > It seems that freeamp is not playing nicely with the oss implimentation > that the latest alsa 0.9.x lib has. I've traced it to that point. next > would be seeing if any other apps do. >From the libao README: The OSS emulation in ALSA dev

Re: lagging lib support

2002-01-18 Thread Ed Sweetman
It seems that freeamp is not playing nicely with the oss implimentation that the latest alsa 0.9.x lib has. I've traced it to that point. next would be seeing if any other apps do. On Fri, 2002-01-18 at 16:19, kristian kvilekval wrote: > Just for record, I am using debian unstable with the late

Re: lagging lib support

2002-01-18 Thread kristian kvilekval
Just for record, I am using debian unstable with the latest vorbis-tools and freeamp cvs head. I remember having a similar problem to yours. I had to make clean, run autoconf, and rebuild to resolve the issues. I am currently listening to both streamed and local oggenc rc3 files. Ed Sweetm

Re: lagging lib support

2002-01-18 Thread Ed Sweetman
On Fri, 2002-01-18 at 11:17, Ed Sweetman wrote: > On Fri, 2002-01-18 at 06:34, Alexey Zakhlestine wrote: > > Ed Sweetman wrote: > > ES> Which reminds me that for > > ES> some reason freeamp locks up after 10-12 seconds into any vorbis files > > ES> created by the new rc3 libraries. > > > > You're

Re: lagging lib support

2002-01-18 Thread Ed Sweetman
On Fri, 2002-01-18 at 06:34, Alexey Zakhlestine wrote: > Ed Sweetman wrote: > ES> Which reminds me that for > ES> some reason freeamp locks up after 10-12 seconds into any vorbis files > ES> created by the new rc3 libraries. > > You're wrong here. > I just tested FreeAmp 2.1.1 with just-encoded v

Re: lagging lib support

2002-01-18 Thread Alexey Zakhlestine
Ed Sweetman wrote: ES> Which reminds me that for ES> some reason freeamp locks up after 10-12 seconds into any vorbis files ES> created by the new rc3 libraries. You're wrong here. I just tested FreeAmp 2.1.1 with just-encoded vorbis-rc3 files. It works without single proplem. I tested all 4 enco

Re: lagging lib support

2002-01-17 Thread John Morton
On Friday 18 January 2002 10:57, Ed Sweetman wrote: > I check out the cvs in hopes of finding some more up to date support but > it doesn't ever seem to be that much better if at all than the releases. > Alsa 0.9x has never been supported, despite being out for months, even > simple programs such

Re: Ogg/Vorbis RC3 has been released half a month ago

2002-01-17 Thread Simon Law
On Thu, 17 Jan 2002, Alexey Zakhlestine wrote: > Good day, freeamp-dev. > > Another recompilation needed? :) > I will try encoding some files later this day to check this for sure. The vorbis format has been fixed for quite a while now. There should be no need for any decoders to be re

Re: 高档时尚餐具、茶具,各类陶瓷器皿

2002-01-13 Thread Jason Zubarik
Title: main what, the, fuck. - Original Message - From: ÉîÛÚÊж«ÁúʵҵÓÐÏÞ¹«Ë¾ To: freeamp-dev Sent: Monday, January 14, 2002 4:03 AM Subject: ¸ßµµÊ±Éв;ߡ¢²è¾ß£¬¸÷ÀàÌÕ´ÉÆ÷Ãó Éî ÛÚ ÊÐ ¶«

Re: more patches (2nd try)

2002-01-11 Thread Robert Kaye
On Wed, 2002-01-09 at 18:59, Kristian G. Kvilekval wrote: > Any thoughts of opening up the CVS to non-team members or adding more team members? Yes. I don't have much time nowadays to work on FreeAmp and if you would like to get write access to the CVS tree, let me know. You've been participatin

Re: Play CD from command line

2002-01-11 Thread Mark B. Elrod
oops. my email server changed amd I did not know that there was a reference to gold in there. It is now fixed. elrod Jeff Siddall wrote: > Also, anyone know how to send email to [EMAIL PROTECTED]? When I send, > it bounces with: > > 550 [EMAIL PROTECTED] Host unknown (Name server: > gold.li

Re: Play CD from command line

2002-01-09 Thread Robert Hart
I believe that freeamp -ui freeampcmd file://1.cda will play track one. It seems abit of a kludge if you ask me. Anybody know what happens if you have more than one cd drive? Also on my debian box it only seems to play the first few seconds of any track, and then quits. Rob On Wed, 9 Jan 2

Re: FreeAmp-dev digest, Vol 1 #362 - 1 msg

2002-01-05 Thread Julien Brinas
>Hi, > >I want to program a MP3 player for unix but I haven't got enought = >information about the mp3 file. >Can you help me ? --   I have exactly the same problem ... I'd like to program a MP3 player too, but I don't know how to ... If you get any informations, could you please tell me ab

Re: Selam

2001-12-23 Thread Superonline.com
### Selam sana asaðýdaki linki öneriyorum , http://www.alisveris.sehri.com http://www.alisveris.sehri.com iyi gunler, serdar kahya ### Bu mesaj htp://www.aslan.mekani.com üzerinden yollanmistir! Uye olmak icin ;

Re: help ,windows build question

2001-12-17 Thread Robert Hart
> DT:I have noticed that there has not been much activity going on with > DT:freeamp. Are there still people coding for it? Is the project still > > hmm. i've had the same question 2 days before -noone answered:( Sorry, I started answering, but got interrupted and never finished. My understandin

Re: help ,windows build question

2001-12-15 Thread Kukocs
Dec 14-án, 00:22-kor Re: help ,windows build question témájú levelet írtad: DT:I have noticed that there has not been much activity going on with DT:freeamp. Are there still people coding for it? Is the project still DT:going on? I am still interested in coding for freeamp, now that the

Re: help ,windows build question

2001-12-13 Thread Simon Law
On 14 Dec 2001, Duc Tang wrote: > I have noticed that there has not been much activity going on with > freeamp. Are there still people coding for it? Is the project still > going on? I am still interested in coding for freeamp, now that the > winter break is coming I can possibly do a lot of lear

Re: help ,windows build question

2001-12-13 Thread Duc Tang
I have noticed that there has not been much activity going on with freeamp. Are there still people coding for it? Is the project still going on? I am still interested in coding for freeamp, now that the winter break is coming I can possibly do a lot of learning. Duc _

Re: debug output?

2001-12-10 Thread Steven Scott
On 10.12.2001 at 02:35:13, Alexey Zakhlestine <[EMAIL PROTECTED]> wrote: > Steven Scott wrote: > SS> I probably have some invalid mp3s that are crashing it, but no way to > SS> find out which ones... > > Try http://www.freeamp.org/~robert/FreeAmpSetup_2_1_1.exe > It resolves some of such trouble

Re[2]: debug output?

2001-12-09 Thread Alexey Zakhlestine
Steven Scott wrote: SS> I probably have some invalid mp3s that are crashing it, but no way to SS> find out which ones... Try http://www.freeamp.org/~robert/FreeAmpSetup_2_1_1.exe It resolves some of such troubles. ___ [EMAIL PROTECTED] http://www.freea

Re: debug output?

2001-12-09 Thread Steven Scott
On Sun, 2001-12-09 at 12:57, Robert Hart wrote: > If you haven't done so already it might be worth removing your .freeamp > folder. I've found that can help. > I did that, it's still crashing on the same directories... I probably have some invalid mp3s that are crashing it, but no way to find ou

Re: debug output?

2001-12-09 Thread Robert Hart
If you haven't done so already it might be worth removing your .freeamp folder. I've found that can help. Rob -- \\\|/// \\ - - // ( @ @ ) +---oOOo-(_)-oOOo+ | Robert Hart| | [EMAIL PROTECTED] | | http://www.nott.ac.uk/ | | ooo0

Re: Freeamp -> Controlling volume with Windows messages?

2001-12-05 Thread Robert Hart
On Tue, 4 Dec 2001, Steve Kemp wrote: > Is it possible to induce FreeAmp to change the > volume via sending Window messages? I've looked > at the code, and the volume control is a custom > slider control (?) - so presumeably I'd need > to send tracking messages? > > Does anybody have an

Re: Freeamp: Some questions about playlist management

2001-11-16 Thread Aubin Paul
Hi, While I wasn't explicitly involved with the GTK portion of Freeamp, I can tell you the problem isn't so much with delayed redraws, but with the method that GTK uses for building trees. In essence, it's very inefficient. The unfortunate answer is that I couldn't get it to work any faster und

Re[2]: FreeAmp 2.1.1 Windows test build

2001-11-06 Thread Alexey Zakhlestine
confirm 260070

Re: problem in the cvs code?

2001-11-04 Thread Mayhem & Chaos Coordinator
On Sat, 2001-11-03 at 20:17, safemode wrote: > Today's cvs (november 3rd 11pm EST) seems to error out here. > I'm using Debian unstable. In order to compile the FreeAmp from CVS you will need to compile the musicbrainz client form cvs as well. Just do a cvs co mb_client from the same server, bui

Re: FreeAmp 2.1.1 Windows test build

2001-11-01 Thread Aubin Paul
Cool; one last note. I've been using the dreaded XP at the office, and I started reading some of the MSDN documentation. Apparently, for a relatively self-contained application like this, it's fairly trivial to implement support for the new XP Visual Styles... essentially, you need to add an xml m

Re[2]: FreeAmp 2.1.1 Windows test build

2001-11-01 Thread Alexey Zakhlestine
Joseph Blough wrote: JB> Anyone know where to find Ogg/Vorbis files to test this functionality with? I encode music in ogg/vorbis by my self. Haven't used mp3-encoders for ages... Quality is just better. ___ [EMAIL PROTECTED] http://www.freeamp.org/mai

Re: FreeAmp 2.1.1 Windows test build

2001-11-01 Thread Alexey Zakhlestine
Mayhem & Chaos Coordinator wrote: MCC> The Ogg/Vorbis playback and crash bugs during signaturing as well as a MCC> host of other minor bugs have been fixed. Please let me know if you MCC> encounter any problems with this test build. Robert! Works great for me. One more simple fix for ogg/vorbis,

Re: FreeAmp 2.1.1 Windows test build

2001-11-01 Thread Steve Kemp
On Wed, 31 Oct 2001, Robert Kaye wrote: > Happens everytime. Sigh. I put up another build that should hopefully take > care of this problem. > Please download the latest installer again: > > http://www.freeamp.org/~robert/FreeAmpSetup_2_1_1.exe Seems to be OK now. Steve --- http://www.st

RE: FreeAmp 2.1.1 Windows test build

2001-11-01 Thread Joseph Blough
hen using this theme. Anyone know where to find Ogg/Vorbis files to test this functionality with? > -Original Message- > From: Robert Kaye [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 9:32 PM > To: [EMAIL PROTECTED] > Subject: Re: FreeAmp 2.1.1 Windows

Re: FreeAmp 2.1.1 Windows test build

2001-10-31 Thread Robert Kaye
Paul seyz: > Hmm... seems ok, except it looks like it was built with debug DLLs... it > pops up two errors looking for the VC++ 'D' DLLs... other than that, > seems good. Happens everytime. Sigh. I put up another build that should hopefully take care of this problem. Please download the latest in

Re: FreeAmp 2.1.1 Windows test build

2001-10-31 Thread Aubin Paul
Hmm... seems ok, except it looks like it was built with debug DLLs... it pops up two errors looking for the VC++ 'D' DLLs... other than that, seems good. And it fixes one of my biggest peeves, you can add Network shares without mapping the drives to the Library... Aubin On Tue, Oct 30, 2001 at 0

  1   2   3   4   5   6   7   8   9   10   >