I there, I hope you are good. My name is Franky, I am new PD user
I would like to create a PD patch designed to perform realtime sampling from random URL-web (for example youtube or soundcloud). Basically a WebAudio sampler, but as part of a live performing patch.
I would like to send/bang random URL requests and capture/rec the audio stream, of such URLs, into PD.
I have been advised by my uni lecturer to use " mrpeach objects in connection with a python script to run youtube-dl ". He also advised me to mail this list to check if there are any new objects which will accomplish that, similar to the jweb object in max/msp 7.
Could you please be so kind to advice me the best way I should approach this?
Thank you,
Best ,
Franky
Francesco Redente EMP Lecturer
Phone: +44 (0) 207923 9159 Web: uk.sae.edu
SAE Institute is accredited by Middlesex University, London UK. Students enrolled on a validated programme will receive a Middlesex award on successful completion of their studies. SAE Institute is a member of Study UK and a listed body on the register of the Department for Business, Innovation & Skills.
QAA checks how UK universities, colleges and other providers maintain the standard of their higher education provision. Click here to read this institution's latest review report.
SAE is the trading name of SAE Education Ltd. Registered in England No 06647488 Registered office: SAE Oxford, Littlemore Park, Armstrong Road, Oxford, OX4 4FY.
CONFIDENTIALITY CAUTION : This message is intended only for the use of the individual or entity to whom it is addressed and contains information that is privileged and confidential. If you, the reader of this message, are not the intended recipient, you should not disseminate, distribute or copy this communication. If you have received this communication in error, please notify us immediately by return email and delete the original message. Thank you.
i guess you can use software to route audio from the browser to pd, may this one works https://www.rogueamoeba.com/audiohijack/
2015-06-26 6:52 GMT-03:00 Francesco Redente f.redente@sae.edu:
I there, I hope you are good. My name is Franky, I am new PD user
I would like to create a PD patch designed to perform realtime sampling from random URL-web (for example youtube or soundcloud). Basically a WebAudio sampler, but as part of a live performing patch.
I would like to send/bang random URL requests and capture/rec the audio stream, of such URLs, into PD.
I have been advised by my uni lecturer to use " mrpeach objects in connection with a python script to run youtube-dl ". He also advised me to mail this list to check if there are any new objects which will accomplish that, similar to the jweb object in max/msp 7.
Could you please be so kind to advice me the best way I should approach this?
Thank you,
Best ,
Franky
*Francesco Redente* *EMP Lecturer*
Phone: +44 (0) 207923 9159 http://uk.sae.edu/en-gb/home/ Web: http://uk.sae.edu/en-gb/home/uk.sae.edu http://uk.sae.edu/en-gb/home/
SAE Institute is accredited by Middlesex University, London UK. Students enrolled on a validated programme will receive a Middlesex award on successful completion of their studies. SAE Institute is a member of Study UK and a listed body on the register of the Department for Business, Innovation & Skills.
http://www.qaa.ac.uk/reviews-and-reports/provider?UKPRN=10007839#.VCF8nCtdUeZ
http://www.qaa.ac.uk/reviews-and-reports/provider?UKPRN=10007839#.VCF8nCtdUeZ QAA checks how UK universities, colleges and other providers maintain the standard of their higher education provision. http://www.qaa.ac.uk/reviews-and-reports/provider?UKPRN=10007839#.VCF8nCtdUeZClick here http://www.qaa.ac.uk/reviews-and-reports/provider?UKPRN=10007839#.VCF9cCtdUeZ to read this institution's latest review report.
SAE is the trading name of SAE Education Ltd. Registered in England No 06647488 Registered office: SAE Oxford, Littlemore Park, Armstrong Road, Oxford, OX4 4FY.
CONFIDENTIALITY CAUTION : This message is intended only for the use of the individual or entity to whom it is addressed and contains information that is privileged and confidential. If you, the reader of this message, are not the intended recipient, you should not disseminate, distribute or copy this communication. If you have received this communication in error, please notify us immediately by return email and delete the original message. Thank you.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 06/26/2015 10:14 PM, Alexandre Torres Porres wrote:
i guess you can use software to route audio from the browser to pd, may this one works https://www.rogueamoeba.com/audiohijack/
or just use jack.
fgmdsar IOhannes
On 26/06/2015 22:42, IOhannes m zmölnig wrote:
On 06/26/2015 10:14 PM, Alexandre Torres Porres wrote:
i guess you can use software to route audio from the browser to pd, may this one works https://www.rogueamoeba.com/audiohijack/
or just use jack.
I agree. I would do the url selection and downloading/streaming/play externally (e.g. through mplayer or vlc) and send the audio output to Pd for processing through Jack.
This obviously if you are (can be) using Linux.
Lorenzo.
fgmdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Don, 2015-07-02 at 17:27 +0200, Lorenzo Sutton wrote:
On 26/06/2015 22:42, IOhannes m zmölnig wrote:
On 06/26/2015 10:14 PM, Alexandre Torres Porres wrote:
i guess you can use software to route audio from the browser to pd, may this one works https://www.rogueamoeba.com/audiohijack/
or just use jack.
I agree. I would do the url selection and downloading/streaming/play externally (e.g. through mplayer or vlc) and send the audio output to Pd for processing through Jack.
This obviously if you are (can be) using Linux.
Or use [readanysf~] for stream playback. It plays virtually any format most protocols, since it is based on the gmerlin library.
Roman
I have used [readanysf~] for playing webradio streams in the past, and it's not very reliable. It seems like it has trouble playing streams from urls that are "encaspulated" somehow. I've ended up using VLC instead.
Pierre.
2015-07-02 20:56 GMT+02:00 Roman Haefeli reduzent@gmail.com:
On Don, 2015-07-02 at 17:27 +0200, Lorenzo Sutton wrote:
On 26/06/2015 22:42, IOhannes m zmölnig wrote:
On 06/26/2015 10:14 PM, Alexandre Torres Porres wrote:
i guess you can use software to route audio from the browser to pd,
may
this one works https://www.rogueamoeba.com/audiohijack/
or just use jack.
I agree. I would do the url selection and downloading/streaming/play externally (e.g. through mplayer or vlc) and send the audio output to Pd for processing through Jack.
This obviously if you are (can be) using Linux.
Or use [readanysf~] for stream playback. It plays virtually any format most protocols, since it is based on the gmerlin library.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list