[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] recording - no sound
- To: <sc-users@xxxxxxxxxxxxxxxx>
- Subject: Re: [sc-users] recording - no sound
- From: James Harkins <jamshark70@xxxxxx>
- Date: Wed, 24 Dec 2014 09:14:22 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201307; t=1419383567; bh=K3lw+XAmpWmUQVjls7Ph9a46HQlMwtlqicvDSvVX8gQ=; h=X-QQ-mid:Received:X-QQ-SSF:X-QQ-FEAT:X-QQ-GoodBg:From:To:Date:Message-ID:In-Reply-To:References:User-Agent:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding: X-QQ-SENDSIZE:X-QQ-FName:X-QQ-LocalIP; b=mjvYzS+ZkIay6RlffPDMZFN5NORAMAEwVXgs9l2uNGfiXPE51AiSDCSv/tacPv+10 KJVCAFp1ZhwKkoApfxldoPxdqv650U0JAhP7jOLzn4pViCOdcD/NTZGc1d0oK1SL/0 IGENCBgQZaA5oKcB5ehGS/mR5usnPA6MyBpb5RSc=
- In-reply-to: <1419351285081-7615447.post@n2.nabble.com>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <1419351285081-7615447.post@n2.nabble.com>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 AquaMail/1.3.8 (build: 2100414)
On December 24, 2014 12:16:30 AM joesh <joehigham@xxxxxxxxxxx> wrote:
Hi
I'm just trying to do some test recordings. Unfortunately it seems that the
file isn't recording anything, although everything seems correct. I've tried
s.makeWindow;
and then 'l' to get a monitor. This shows the microphone is receiving sound.
I see a file is created in the correct folder, BUT, there's no sound on the
file!
Any suggestions would be most welcome.
The normal case for recording in SuperCollider is to capture the hardware
*output* -- you want your beautiful music in the file, not random, unedited
sounds from a microphone. This is different from DAWs, where recording is
assumed to capture the hardware *input*.
If you want the input, then you have to tell SC to connect input to output.
Easiest:
a = { SoundIn.ar([0, 1]) }.play;
*Then* record.
hjh
Sent with AquaMail for Android
http://www.aqua-mail.com
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/