Csound Csound-dev Csound-tekno Search About

[Csnd] Here is a program that tests GEN01's ability to play back the "test.aif" audio file

Date2020-04-23 19:43
FromPatrick Hinkle
Subject[Csnd] Here is a program that tests GEN01's ability to play back the "test.aif" audio file
Here is the simplest csound file that can play back a common audio file like 'test.aif':


-odac 


instr 1
a1 oscil 10000, 55, 1
out a1
endin


f 1 0 4096 1 "test.aif" 0 0 0
i 0 2 2 
e



Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-04-23 19:51
FromPete Goodeve
SubjectRe: [Csnd] Here is a program that tests GEN01's ability to play back the "test.aif" audio file
AttachmentsNone  

Date2020-04-23 19:57
Fromjohn
SubjectRe: [Csnd] Here is a program that tests GEN01's ability to play back the "test.aif" audio file
and which platform/whicj version of csound?

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here