I was the one trying to do a windows port of readanysf~ with a friend.
Almost got there but I stopped because my friend went back to France and Flext was giving me an error I had to report to Thomas (if remember correctly) . Should try compiling with the new version of Flext. Just got to dig it up.
Thomas Fredericks
From: august august@alien.mur.at To: Vincent Rioux vincent.rioux@no-log.org CC: pd-list@iem.at Subject: Re: [PD] readanysf~ for windows ? Date: Wed, 5 May 2004 18:13:47 +0200 (CEST)
Vincent,
the newest version of readany, which I worked on heavily from feb-april, is now compiled on OS X. I haven't released it yet, 'cause I haven't gotten around to cleaning it all up. been busy. BUT, it should be entirely possible to compile readany for windows. The libs are all available for win. One just needs to do it. Might a be a small summer project of mine. But, one guy wrote me once that he was working on a windows port. I never heard from him after that.
best of luck -august.
On Wed, 5 May 2004, Vincent Rioux wrote:
Dear list,
Are there any chances to get the same functionalities of readanysf~ on windoz running Pd? i.e. : read sound files from disk with the following
- formats: wav, aiff, ogg, flac, mp3
- functions : seek and get position, bang at end, looping and even
varispeed (last one not essential for my purpose though)
vincent
ps: you should be able to get a taste of readanysf~ for Linux at: http://aug.ment.org/readanysf/
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp
Thomas,
if you try again, try with the latest version of readanysf:
http://aug.ment.org/software/readanysf~-0.13.pre.tar.gz
it's not linked online. the code has changed and slimmed down considerably.
now there there really is only 1 interface for all files and streams: simply [open file.mp3] or [open http://server:8000/oggwhateva]
other than that mostly just bug fixes, like the hang on conecting to servers that dont exist.....etc.
when I get time, i'll try to make a proper release, with OSX binaries as well. (maybe win binaries too? )
-august.
On Wed, 5 May 2004, Thomas Fredericks wrote:
I was the one trying to do a windows port of readanysf~ with a friend.
Almost got there but I stopped because my friend went back to France and Flext was giving me an error I had to report to Thomas (if remember correctly) . Should try compiling with the new version of Flext. Just got to dig it up.
Thomas Fredericks
From: august august@alien.mur.at To: Vincent Rioux vincent.rioux@no-log.org CC: pd-list@iem.at Subject: Re: [PD] readanysf~ for windows ? Date: Wed, 5 May 2004 18:13:47 +0200 (CEST)
Vincent,
the newest version of readany, which I worked on heavily from feb-april, is now compiled on OS X. I haven't released it yet, 'cause I haven't gotten around to cleaning it all up. been busy. BUT, it should be entirely possible to compile readany for windows. The libs are all available for win. One just needs to do it. Might a be a small summer project of mine. But, one guy wrote me once that he was working on a windows port. I never heard from him after that.
best of luck -august.
On Wed, 5 May 2004, Vincent Rioux wrote:
Dear list,
Are there any chances to get the same functionalities of readanysf~ on windoz running Pd? i.e. : read sound files from disk with the following
- formats: wav, aiff, ogg, flac, mp3
- functions : seek and get position, bang at end, looping and even
varispeed (last one not essential for my purpose though)
vincent
ps: you should be able to get a taste of readanysf~ for Linux at: http://aug.ment.org/readanysf/
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Dear list,
I wonder if people using readanysf~ have managed to use the seek function with flac encoded audio files?
vincent
Vincent,
there is (or was) a bug in flac and seeking that I discovered. So, I disabled the seeking in flac until I could verify that the bug no loner exists or I could find a work around.
you are using versino 0.13?
-august.
On Sun, 11 Jul 2004, vincent Rioux wrote:
Dear list,
I wonder if people using readanysf~ have managed to use the seek function with flac encoded audio files?
vincent
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
At 16:58 12/07/2004, august wrote:
Vincent,
there is (or was) a bug in flac and seeking that I discovered. So, I disabled the seeking in flac until I could verify that the bug no loner exists or I could find a work around.
you are using versino 0.13?
Hello August,
well, yes, I downloaded and compiled the lastest version available on your site. I saw that you included a ReadFlac.cpp.seekable file but If i try to compile it I get errors.
vincent
-august.
On Sun, 11 Jul 2004, vincent Rioux wrote:
Dear list,
I wonder if people using readanysf~ have managed to use the seek function with flac encoded audio files?
vincent
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hello August,
well, yes, I downloaded and compiled the lastest version available on your site. I saw that you included a ReadFlac.cpp.seekable file but If i try to compile it I get errors.
Vincent,
in the dirctory "readanysf~0.13/include" is another file called ReadFlac.h.seekable. mv this to ReadFlac.h and compile again.
that should compile ok. and, you will be able to seek on flac files. just, when you seek too much, or to certain points in the file, it will simply bail on you. (but, maybe this has been fixed in the new flac release, dunno)
best -august.
At 20:37 12/07/2004, august wrote:
Hello August,
well, yes, I downloaded and compiled the lastest version available on your site. I saw that you included a ReadFlac.cpp.seekable file but If i try to compile it I get errors.
Vincent,
in the dirctory "readanysf~0.13/include" is another file called ReadFlac.h.seekable. mv this to ReadFlac.h and compile again.
that should compile ok. and, you will be able to seek on flac files. just, when you seek too much, or to certain points in the file, it will simply bail on you. (but, maybe this has been fixed in the new flac release, dunno)
Thanks a lot, It compiled like a charm Well, as you mentioned there are still some problems with Flac, we'll have to wait for next release (?) best regards, vincent
best -august.
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list