Thread: C Program with Tone Generation. HELP

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    1

    C Program with Tone Generation. HELP

    Im currently doing a project whereby I have to create a pogram which has tone generation. I need help answering the following questions

    1. Generating a beep sound on the buzzer / speaker
    2. Generating a tone of certain frequency (using C program statements)
    3. Generating a tone of certain frequency continuously for a certain duration (using C program statements)
    4. Generating different frequency tones (using C program statements)

    It will be greatly appreciated if you can post me the C Program for the Tone Generation.

    Sorry if this post has been repeated twice.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    I doubt people are going to post a program to do it since it sounds like homework.

    Anyway, if this is for Windows, check out Beep() and PlaySound().

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM