Csound Csound-dev Csound-tekno Search About

[Csnd] sndin OS sounds (OSX)

Date2014-04-21 17:03
FromDavid Worrall
Subject[Csnd] sndin OS sounds (OSX)
Hi all - 

Can anyone advise me - what is the efficient way to get the computer's OS sounds(OSX)  into csound.
Particularly interested to know how to do so without playing them through the headphone socket.

Apologies if this has been dealt with before - I did a search without finding anything.

Thanks, and a peaceful easter to y'all.

D.

______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de 
---
Adjunct Senior Research Fellow
School of Music, Australian National University





Date2014-04-21 18:19
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-04-21 18:40
Fromjoachim heintz
SubjectRe: [Csnd] sndin OS sounds (OSX)
hi david -

i think jack and soundflower are the ways to do this -- but osx people 
here will know more precisely. best -

	joachim


Am 21.04.2014 18:03, schrieb David Worrall:
> Hi all -
>
> Can anyone advise me - what is the efficient way to get the computer's
> OS sounds(OSX)  into csound.
> Particularly interested to know how to do so without playing them
> through the headphone socket.
>
> Apologies if this has been dealt with before - I did a search without
> finding anything.
>
> Thanks, and a peaceful easter to y'all.
>
> D.
>
> ______________________________________
> Prof. Dr. David Worrall
> Emerging Audio Research (EAR)
> Audio Department
> International Audio Laboratories Erlangen
> Fraunhofer-Institut für Integrierte Schaltungen IIS
> Am Wolfsmantel 33
> 91058 Erlangen
> E-Mail: david.worrall@iis.fraunhofer.de
> 
> Internet: www.iis.fraunhofer.de 
> ---
> Adjunct Senior Research Fellow
> School of Music, Australian National University
> david.worrall@anu.edu.au 
>
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-04-21 19:35
FromVictor Lazzarini
SubjectRe: [Csnd] sndin OS sounds (OSX)
nchnls=2

instr 1
S1 = "/System/Library/Sounds/Basso.aiff"
p3 filelen S1
a1,a2 diskin2 S1,1
    outs a1,a2
endin


========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 21 Apr 2014, at 17:03, David Worrall  wrote:

> Hi all - 
> 
> Can anyone advise me - what is the efficient way to get the computer's OS sounds(OSX)  into csound.
> Particularly interested to know how to do so without playing them through the headphone socket.
> 
> Apologies if this has been dealt with before - I did a search without finding anything.
> 
> Thanks, and a peaceful easter to y'all.
> 
> D.
> 
> ______________________________________
> Prof. Dr. David Worrall
> Emerging Audio Research (EAR)
> Audio Department
> International Audio Laboratories Erlangen
> Fraunhofer-Institut für Integrierte Schaltungen IIS
> Am Wolfsmantel 33
> 91058 Erlangen
> E-Mail: david.worrall@iis.fraunhofer.de
> Internet: www.iis.fraunhofer.de 
> ---
> Adjunct Senior Research Fellow
> School of Music, Australian National University
> david.worrall@anu.edu.au
> 
> 
> 
> 



Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-04-21 19:41
FromSteven Yi
SubjectRe: [Csnd] sndin OS sounds (OSX)
I'd try using Soundflower. You can the system's audio settings and
make the Soundflower output the default output.  From there it should
show up as a device when you list devices with Csound. You can select
the Soundflower one as input to Csound.  I'd be sure to route Csound's
output to a different sound card than what Soundflower routes out to
so you don't get feedback.

On Mon, Apr 21, 2014 at 12:03 PM, David Worrall
 wrote:
> Hi all -
>
> Can anyone advise me - what is the efficient way to get the computer's OS
> sounds(OSX)  into csound.
> Particularly interested to know how to do so without playing them through
> the headphone socket.
>
> Apologies if this has been dealt with before - I did a search without
> finding anything.
>
> Thanks, and a peaceful easter to y'all.
>
> D.
>
> ______________________________________
> Prof. Dr. David Worrall
> Emerging Audio Research (EAR)
> Audio Department
> International Audio Laboratories Erlangen
> Fraunhofer-Institut für Integrierte Schaltungen IIS
> Am Wolfsmantel 33
> 91058 Erlangen
> E-Mail: david.worrall@iis.fraunhofer.de
> Internet: www.iis.fraunhofer.de
> ---
> Adjunct Senior Research Fellow
> School of Music, Australian National University
> david.worrall@anu.edu.au
>
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"