Interacting with the sound card.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FlyByWire128
    New Member
    • Mar 2007
    • 3

    Interacting with the sound card.

    Hello everyone. I'm interested in writing a program that interfaces with the microphone jack on my computer and displays the frequencies on my computer. I know there are programs out there, but I wanted the challenge of writing my own program (No, it's not for class... we don't get to do anything this cool). Anyways... The only language that I'm good at is Java, but I doubt that will help me here, so I was thinking C++ would be better. Any advice on how to go about this? I've read that the soundcard has interfaces that I should use, rather than actually accessing the soundcard directly. Also, if you think I should be writing in another language, please let me know. Any directions would be appriciated! (No real/working code though, I want the challenge of programming it myself).

    Thanks
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by FlyByWire128
    Hello everyone. I'm interested in writing a program that interfaces with the microphone jack on my computer and displays the frequencies on my computer. I know there are programs out there, but I wanted the challenge of writing my own program (No, it's not for class... we don't get to do anything this cool). Anyways... The only language that I'm good at is Java, but I doubt that will help me here, so I was thinking C++ would be better. Any advice on how to go about this? I've read that the soundcard has interfaces that I should use, rather than actually accessing the soundcard directly. Also, if you think I should be writing in another language, please let me know. Any directions would be appriciated! (No real/working code though, I want the challenge of programming it myself).

    Thanks
    if you know java use the JMF
    http://java.sun.com/products/java-media/jmf/

    also have a look at the codeproject audio section
    http://www.codeproject .com/audio/#Audio
    where there is Simple Audio Out Oscilloscope and Spectrum Analyzer project

    Comment

    • FlyByWire128
      New Member
      • Mar 2007
      • 3

      #3
      I guess I need to work more on the interfacing anyways. Any good tutorials on C++ GUI for windows?

      Comment

      Working...