Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Is there a way to make "speakers" pickup 440hz?

Is there a way to make "speakers" pickup 440hz?

Scheduled Pinned Locked Moved C#
helpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 11453929
    wrote on last edited by
    #1

    I am crafting a guitar tuner and I came across a problem. I am not sure how I can have the audio input be set to 440hz. Any suggestions?

    OriginalGriffO F G 3 Replies Last reply
    0
    • U User 11453929

      I am crafting a guitar tuner and I came across a problem. I am not sure how I can have the audio input be set to 440hz. Any suggestions?

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      Ask on a hardware site, rather than software? What does this have to do with C#?

      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • U User 11453929

        I am crafting a guitar tuner and I came across a problem. I am not sure how I can have the audio input be set to 440hz. Any suggestions?

        F Offline
        F Offline
        Frankie C
        wrote on last edited by
        #3

        Supposing you want use C# to write your program, it seems that you are a little bit confused: do you want pickup the A tone (La 440Hz) with microphone or you want your speakers play a sinusoidal 440Hz tone? But anyway why don't you start using search engines? Googling you'll find many open source programs that do that. One from FFT Guitar Tuner from Codeproject[^], or this from Sourgeforge[^]...

        1 Reply Last reply
        0
        • U User 11453929

          I am crafting a guitar tuner and I came across a problem. I am not sure how I can have the audio input be set to 440hz. Any suggestions?

          G Offline
          G Offline
          GrooverFromHolland
          wrote on last edited by
          #4

          First thing to do is reading this: http://www.codeproject.com/Messages/1278604/How-to-get-an-answer-to-your-question.aspx[^] If you are trying to make a guitar tuner in C# program, there is no way to get audio input from your speakers, you have to use the microphone input. This Codeproject article How to implement the FFT algorithm[^] is useful to analyze audio frequency and help you with writing your program. If you want to generate reference pitch tones this is helpful: Simple Signal Generator[^]. By the way it took me less then a minute to search the Codeproject to find this! Regards, Groover.

          0200 A9 23 0202 8D 01 80 0205 00

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups