• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreAudio Introduction?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreAudio Introduction?


  • Subject: Re: CoreAudio Introduction?
  • From: Daniel Staudigel <email@hidden>
  • Date: Mon, 17 Jun 2002 22:16:10 -0700

I've got some code that i'm testing, based on the documentation... I am out of practice with Java, so could ya help me out?

//
// DiscoverAudioDevices.java
//
import java.util.*;
import com.apple.audio.*;

public class DiscoverAudioDevices {

public static void main (String args[]) {
com.apple.audio.hardware.AudioHardware hardwareDiscoverer;

com.apple.audio.hardware.AudioDevice * devices;

devices = hardwareDiscoverer.getAudioDevices();

// int i = 0;
// for(i;devices[i] != '\0';i++)
// {
System.out.println(devices[0].getName());
// }
}
}

sorry for the n00b question....

Daniel

On Monday, June 17, 2002, at 08:07 PM, Daniel Staudigel wrote:

Where can I find a basic tutorial/intro with full explanations of CoreAudio? It seems pretty easy looking at the documentation, but I have no clue how to start, what the basic structure is behind it, or anything.

Daniel Staudigel
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: CoreAudio Introduction?
      • From: Daniel Staudigel <email@hidden>
References: 
 >CoreAudio Introduction? (From: Daniel Staudigel <email@hidden>)

  • Prev by Date: Newbie Problems
  • Next by Date: coreaudio sample code?
  • Previous by thread: Newbie Problems
  • Next by thread: Re: CoreAudio Introduction?
  • Index(es):
    • Date
    • Thread