Programming a Graphic EQ ?

This is a discussion on Programming a Graphic EQ ? within the Droid Development forums, part of the Droid Hacking category; I've been looking for a good graphic EQ (equalizer) for when I'm using my Droid as an MP3 media player. My old pocket pc has ...

+ Reply to Thread
Results 1 to 9 of 9

Thread: Programming a Graphic EQ ?

  1. Master Droid
    xsylus's Avatar
    Member #
    14658
    Join Date
    Dec 2009
    Location
    Tucson, AZ, USA, Earth
    Posts
    622
    Liked
    16 times
    Twitter
    XSYLUS_DEV
    Phone
    Droid-1 • Droid-4 • Cricket
    #1

    Question Programming a Graphic EQ ?

    I've been looking for a good graphic EQ (equalizer) for when I'm using my Droid as an MP3 media player. My old pocket pc has a 5 channel EQ that governs all audio produced by the device and outputted through the headphones jack. I've written a few programs in Visual Basic and C++ but none in JAVA. Can anyone give me any tips on whether it would be possible to create an EQ for the Droid or any android phones?

    EQ Features:

    • Options for 3, 5, & maybe 10 bands
    - The 3 bands would just simply be bass, mid, and treble.
    - The 5 and 10 bands would be more like a real EQ with the Hz number.
    • Custom Presets: (Rock, Jazz, Classical, etc. and user defined)
    • Would only affect audio going through headphones not the built-in phone speaker.
    • Would work with any and all media players; not exclusive.
    • The ability to assign presets to individual tracks, artists, albums, and playlists so that when a song plays, the EQ auto changes the preset to the assigned settings. This way if you have a mix of artists like with shuffle mode on and it switches from one assigned track to another the user defined assigned EQ preset automatically changes accordingly. (This is a long shot)

    My main concern is that I don't even know if any of the Android phones would support a universal EQ. If there are any hardware or software limitations that would prevent such an EQ from working. Furthermore I don't know how to affect the individual EQ bands. Would I have to write a new library? Ugh, I wish I understood programming better.
    “Innovation is not the product of logical thought..." ~Albert Einstein
    _________________________
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Droid
    m21knight's Avatar
    Member #
    27326
    Join Date
    Jan 2010
    Posts
    73
    Phone
    Motorola Droid
    #2
    This is actually a really good question/request. The main problem here is; what is the resolution of the audio D2A converter? If it is too small it will cut out some of the higher frequencies (most people can't hear these).
  4. Junior Droid
    Geken's Avatar
    Member #
    4831
    Join Date
    Nov 2009
    Posts
    27
    Phone
    Enter Current Phone Here
    #3
    I would be very interested to see if this is possible. This would make a great addtition to my HTPC


    Droid...let Freedom Ring
  5. Junior Droid
    BabaGanoush's Avatar
    Member #
    17215
    Join Date
    Dec 2009
    Posts
    14
    Phone
    Enter Current Phone Here
    #4
    AllDroid - View topic - [BETA] Milestone Audio Equalizer for the Droid

    Daikonz just ported the Milestone Audio EQ over to the Droid. I've personally used it and it sounds better IMO.
  6. Senior Droid
    LastBoyScout's Avatar
    Member #
    13270
    Join Date
    Dec 2009
    Location
    At My House
    Posts
    112
    Phone
    Droid w/ DroidMod ROM
    #5
    To quote my buddy who is a sound engineer:

    "Why would you want to use an EQ? The artist(s) and producer(s) spent alot of time, money, and sweat making a song sound a certain way, and then you go and mess it all up because its not the way you want it to sound?"

    I might have to check out the milestone ported EQ just a joke for him.
  7. Droid Ninja
    640k's Avatar
    Member #
    565
    Join Date
    Nov 2009
    Posts
    2,098
    Liked
    1 times
    Phone
    Enter Current Phone Here
    #6
    Quote Originally Posted by LastBoyScout View Post
    To quote my buddy who is a sound engineer:

    "Why would you want to use an EQ? The artist(s) and producer(s) spent alot of time, money, and sweat making a song sound a certain way, and then you go and mess it all up because its not the way you want it to sound?"

    I might have to check out the milestone ported EQ just a joke for him.
    to your point, by playing an artist's media through any playback system other than their recording system, is, in effect, destroying the original sound quality of the recording.

    there are several things to consider with your (friend's) argument, but the most important, and related to this thread, is the fact that MOST if not ALL sound systems are NOT properly EQ'd.

    now, back to the OP; there are already several market apps that do this. i downloaded one that included a pink noise and sine wave generator, but the microphone to speaker output connection and response feedback of the quality of the signal coming through the microphone is too compressed to accurately and effectively tune a stereo system
  8. Master Droid
    xsylus's Avatar
    Member #
    14658
    Join Date
    Dec 2009
    Location
    Tucson, AZ, USA, Earth
    Posts
    622
    Liked
    16 times
    Twitter
    XSYLUS_DEV
    Phone
    Droid-1 • Droid-4 • Cricket
    #7
    Quote Originally Posted by LastBoyScout View Post
    To quote my buddy who is a sound engineer:

    "Why would you want to use an EQ? The artist(s) and producer(s) spent alot of time, money, and sweat making a song sound a certain way, and then you go and mess it all up because its not the way you want it to sound?"

    I might have to check out the milestone ported EQ just a joke for him.
    Ask your buddy if he ever uses bass boost on a stereo system, that's altering the EQ. I like adding more bass to some music and I also prefer to reduce the treble end because not only can it ruin your hearing, in my experience too much high-end gives me a headache which defeats the joyful purpose of listening to music. When audio techs mix music they use high quality audio equipment and yea it probably sounds great on that equipment but the audio circuits in PDAs and Smartphones aren't so great plus you have headphones to consider. I use large headphones at home but don't like to lug them around when I'm traveling so I use clip-on ones. The sound is completely different just with the two different types of headphones.
    “Innovation is not the product of logical thought..." ~Albert Einstein
    _________________________
  9. Master Droid
    xsylus's Avatar
    Member #
    14658
    Join Date
    Dec 2009
    Location
    Tucson, AZ, USA, Earth
    Posts
    622
    Liked
    16 times
    Twitter
    XSYLUS_DEV
    Phone
    Droid-1 • Droid-4 • Cricket
    #8

    Talking Sweet!

    Quote Originally Posted by BabaGanoush View Post
    AllDroid - View topic - [BETA] Milestone Audio Equalizer for the Droid

    Daikonz just ported the Milestone Audio EQ over to the Droid. I've personally used it and it sounds better IMO.
    There are several good things about this: 1.) It means that you can have an EQ on the Droid. 2.) I can reverse engineer the app and add more features to it like EQ slider bars. While the EQ in its current form is nice it lacks full customization because it only has preset menu options, no sliders. In any case this makes programming the one I wanted to make a lot easier. Woohoo!

    Yes, I used the extreme bass option for some hard rock music and it sounds a whole lot beefier! Thanks for sharing this information!
    “Innovation is not the product of logical thought..." ~Albert Einstein
    _________________________
  10. Droid Newbie
    ramesh.kec.85's Avatar
    Member #
    227940
    Join Date
    Oct 2011
    Posts
    1
    Phone
    Enter Current Phone Model Here
    #9

    Programming a Graphic EQ ?

    Quote Originally Posted by xsylus View Post
    I've been looking for a good graphic EQ (equalizer) for when I'm using my Droid as an MP3 media player. My old pocket pc has a 5 channel EQ that governs all audio produced by the device and outputted through the headphones jack. I've written a few programs in Visual Basic and C++ but none in JAVA. Can anyone give me any tips on whether it would be possible to create an EQ for the Droid or any android phones? &lt;br&gt;<br>
    &lt;br&gt;<br>
    EQ Features:&lt;br&gt;<br>
    &lt;br&gt;<br>
    • Options for 3, 5, &amp;amp; maybe 10 bands&lt;br&gt;<br>
    - The 3 bands would just simply be bass, mid, and treble.&lt;br&gt;<br>
    - The 5 and 10 bands would be more like a real EQ with the Hz number.&lt;br&gt;<br>
    • Custom Presets: (Rock, Jazz, Classical, etc. and user defined)&lt;br&gt;<br>
    • Would only affect audio going through headphones not the built-in phone speaker.&lt;br&gt;<br>
    • Would work with any and all media players; not exclusive.&lt;br&gt;<br>
    • The ability to assign presets to individual tracks, artists, albums, and playlists so that when a song plays, the EQ auto changes the preset to the assigned settings. This way if you have a mix of artists like with shuffle mode on and it switches from one assigned track to another the user defined assigned EQ preset automatically changes accordingly. &lt;em&gt;(This is a long shot)&lt;/em&gt;&lt;br&gt;<br>
    &lt;br&gt;<br>
    My main concern is that I don't even know if any of the Android phones would support a universal EQ. If there are any hardware or software limitations that would prevent such an EQ from working. Furthermore I don't know how to affect the individual EQ bands. Would I have to write a new library? Ugh, I wish I understood programming better. &lt;img src="http://cdn.droidblog.net/forum/images/smilies/smile2/dry.gif" border="0" alt="" title="Dry" smilieid="24" class="inlineimg"&gt;
    Hi,I am looking for 10band equalizer .Android supports 5band eq only .If you found the solution,Tell me how to aheive this..&nbsp;<br>

Sponsors

Posting Permissions

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

Similar Threads

  1. Programming pauses into phone numbers
    By David92 in forum Droid General Discussions
    Replies: 10
    Last Post: 03-18-2010, 10:59 PM
  2. Data Rates within Programming Menu
    By New2u in forum Droid Hacks
    Replies: 27
    Last Post: 01-26-2010, 03:55 PM
  3. Graphic Artist available.
    By jcastillo81 in forum Android App Developers
    Replies: 0
    Last Post: 01-11-2010, 03:36 PM
  4. Graphic Artist available for App Development
    By Big Lou in forum Droid Applications
    Replies: 0
    Last Post: 12-14-2009, 02:41 PM
  5. Bootloader/Debug/Programming mode with LG charger
    By Erron in forum Droid Development
    Replies: 11
    Last Post: 11-20-2009, 10:37 AM

Search tags for this page

android equalizer development
,

android graphic eq

,

android graphic equalizer

,
android sound equalizer
,
best eq app for android
,
droid sound equalizer
,
grafic equalizer for android forum
,
graphic eq android
,
graphic eq for android
,

graphic equalizer android

,

graphic equalizer for android

,

graphic equalizer for droid

,

programming an equalizer

,

programming equalizer

,

visual equalizer for android

Click on a term to search our site for related topics.

Tags for this Thread