Android Community
Results 1 to 3 of 3

Thread: generate arbitrary tones?

  1. #1
    Join Date
    Aug 2009
    Posts
    4

    Default generate arbitrary tones?


    Is there any way to make an android phone emit a sound of arbitrary frequency?
    I'm looking at the various media facilities (in particular android.media.ToneGenerator) and don't see anything of that nature; I only see functions for generating the standard DTMF tones.

  2. #2
    Join Date
    Jan 2010
    Location
    Madison, WI
    Posts
    21

    Lightbulb Re: generate arbitrary tones?

    Quote Originally Posted by strnbrg View Post
    Is there any way to make an android phone emit a sound of arbitrary frequency?
    I'm looking at the various media facilities (in particular android.media.ToneGenerator) and don't see anything of that nature; I only see functions for generating the standard DTMF tones.
    I don't see an easy way.

    You could use android.media.AudioTrack with setPlaybackRate and a "file" consisting of a simple sine wave, but this is an ugly hack to playback a single tone of arbitrary frequency. Better yet you could synthesize the audio files as needed (creating 8-bit PCM files programmatically is left as an exercise for the reader).

    IMHO, the "cleanest" approach would be to dynamically generate the appropriate MIDI data, taking advantage of the built-in MIDI decoder.

  3. #3
    Join Date
    Aug 2010
    Posts
    1

    Default Re: generate arbitrary tones?


    Hi NKevin, you don't happen to know how to adress the "built-in MIDI decoder" in a java program?

    /exmachina

Similar Threads

  1. Replies: 2
    Last Post: 06-17-2010, 05:43 PM
  2. Messaging tones
    By volcomsteban in forum General Phone Chat
    Replies: 2
    Last Post: 05-28-2009, 01:24 PM
  3. Using Arbitrary Ports in an Address URLs
    By skesseks in forum All About Andorid Software
    Replies: 4
    Last Post: 01-19-2009, 01:55 PM
  4. Text Tones
    By RatedRSuperstar in forum Developers Guild
    Replies: 4
    Last Post: 11-19-2008, 01:42 PM
  5. Notification Tones
    By missxoash in forum General HTC Chat
    Replies: 4
    Last Post: 10-23-2008, 05:16 AM

Bookmarks

Posting Permissions

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