electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Articles  |  Radio
 |  Media  |  Forum  |  Links  |  Store
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks GalleryGallery 
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » ChucK programming language
Recording Stereo with WavOut
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
Inventor



Joined: Oct 13, 2007
Posts: 828
Location: Florida, USA
Audio files: 37

PostPosted: Wed Mar 19, 2008 2:33 pm    Post subject: Recording Stereo with WavOut
Subject description: How to do it?
Reply with quote  Mark this post and the followings unread

Just a little quirk here. I've got the following code that hooks up Synth Lab nodes to the dac:

Code:
node[main_dac_left_input.value () $ int] => Gain master_left => dac.left;
node[main_dac_right_input.value () $ int] => Gain master_right => dac.right;
WvOut wave_out;
dac.left => wave_out => blackhole;
dac.right => wave_out;


When I listen I hear stereo, when I record it gets mixed down to mono. What am I doing wrong here?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kijjaz



Joined: Sep 20, 2004
Posts: 409
Location: bangkok, thailand
Audio files: 2

PostPosted: Wed Mar 19, 2008 3:35 pm    Post subject: Reply with quote  Mark this post and the followings unread

The best we can do for now is to record into 2 mono wave files as left channel and right channel..
and maybe combine it again in another program for further editing, mastering, etc. to mixdown to a stereo wav file.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » ChucK programming language
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Buy N Save

Please support our site. If you click through and buy from
our affiliate partners, we earn a small commission.


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003, 2004, 2005, 2006 and 2007 by electro-music.com