I have a device (Lynx) which can take audio from 8 mice and saves the files into my machine using graph edit. In windows they provide driver and I can access mice and can save files. I want to do the same on a Mac. Here how I will access this device. I don't have a driver. Its a PCI card.

Can anyone provide some valuable help Thanks in advance

link|improve this question
4  
How do you get audio from mice? – gabe Mar 4 '10 at 7:17
@gabe: From their ears. (phenome.jax.org/phenome/protodocs/Zheng1/imgs/MouseEar.jpg) – KennyTM Mar 4 '10 at 7:44
I have a device called lynx its giving input from mice.. Its a pci device – Anonymous Mar 4 '10 at 8:07
1  
@sijith - do you mean one of these products - lynxstudio.com/product_section.asp?i=2? In which case, I think perhaps you mean "mics" as an abbreviation of microphones, rather than "mice" (which, in English, is the plural of mouse) – Ed Harper Mar 4 '10 at 8:15
yes sir.... This link only... My card is lynx AES16. I want to use this card with MAC – Anonymous Mar 4 '10 at 8:35
feedback

migrated from stackoverflow.com Mar 4 '10 at 12:40

This question came from our site for professional and enthusiast programmers.

1 Answer

Download the drivers from www.lynxstudio.com and the card should just show up in CoreAudio in the same way as the built-in Mac audio devices. There is sample code at developer.apple.com for recording audio via CoreAudio.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown