CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Unhappy Audio Stream Input / Output Coding using RTAudio Libraries

    Hello

    Please somebody help me with ASIO programming. I am trying to develop a simple program that interacts with the external MOTU 2408 Sound card and tells the user the drivers installed, the no. of input and output channels, The sample rates and allows them to use a driver which would read the audio from an input channel selected and place it on a desired output channel.

    I am trying to use RTAudio C++ library and trying to figure out how it is to be done but no luck.
    Please if somebody has any idea how this works. I am new to this field and don't want to get fired.

    DeadlyDeveloper

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Audio Stream Input / Output Coding using RTAudio Libraries

    What's the problem ? The example code from the RtAudio site is very straight forward and simple to implement.

    I am new to this field and don't want to get fired.
    Did you lie about what you are capable of during the interviews ?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured