audio processing


Closed Thread
Results 1 to 18 of 18

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Posts
    72

    Default audio processing

    hello all

    i'm looking for a small solution which can control an audio signal as following :

    - volume
    - equalizer
    - limiter

    i would like to do that with a pic. but i don't know which one is fine for that. smust it be a dspic?

    thanks for any help

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    no need for a DSPIC.. TI and few other company already do some sounds DSP easy to use with I2C or SPI interface. Usually those chip are use in home theater sound system..

    For the limiter.. no big deal. Use a PIC analog in, read the signal, compare to your own treshold, then play with the volume.
    Last edited by mister_e; - 27th October 2005 at 02:33.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Jan 2005
    Posts
    72


    Did you find this post helpful? Yes | No

    Default additional questions...

    hi mister_e

    thanks a lot for the answer

    can you tell me some types from TI? this are only eq or also volume control include?

    and i understood right for the limiter: read in the audio signal parallel to the TI (i think the audio signal must go trough the dsp) and then control the volume via I2C or SPI on the DSP?
    or another setup?

    thanks for helping a starter again

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    http://focus.ti.com/paramsearch/docs...s&familyId=378
    look for TAS3002 and TAS3004. Yup not as easy as ABC but i already used them and they gives decent results. TAS3002 will probably be the smartest choice. Of course you can find many other from aother company... google search dude

    For the limiter, you're right. You read the signal in parrallel with the Audio Processor then you play with the volume VIA I2C bus. TAS3002 include a compression/expansion module but i can't comment on that section as i didn't used it.

    Depending your skills, it willn't be easy to do, but really interesting project you have on hand now. Good luck!
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    Sebastian's Avatar
    Sebastian Guest


    Did you find this post helpful? Yes | No

    Default

    Hi,

    I just found your thread while searching for information on a TAS3002. I've some experience with microcontrollers (80C552, PIC) and know how to use an I2C bus.
    My next project will be a midi controlled distortion unit (for guitar) and I'd like to use the TAS3002 for that.
    However, I've got no idea of these "strange" filter coefficients that I need for the biquad filters (I need a 4 or 5 band parametric eq). Can you help me with some formulas or other calculation tools?

    Thank you
    Sebastian

    Sorry for my English, I'm German.

  6. #6
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Yeah Biquads are a bit hard to figure out. TI have a software called ALE (Automatic Loudspeaker Equalisation) you sould aksed them and play a little bit with. It should be enough to give you some hints.

    Now, do you really need all feature of the TAS3002? DRC, Mixer, Bass, Treble, Biquads and such?

    If you just need a simple equaliser you should jump to the TDA7416.

    But TAS3002 is a reaaaaallly cheap'n great Audio DSP
    Last edited by mister_e; - 1st August 2006 at 16:03.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Audio Record/Playback Circuit
    By The Master in forum Off Topic
    Replies: 8
    Last Post: - 12th February 2010, 18:58
  2. Audio Amplifier
    By The Master in forum Off Topic
    Replies: 19
    Last Post: - 20th August 2008, 09:45
  3. PIC Audio
    By toofastdave in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 27th June 2007, 13:49
  4. Pic driven digital audio delay
    By skimask in forum Off Topic
    Replies: 12
    Last Post: - 19th April 2007, 20:42
  5. Audio Level Meter
    By Peter1960 in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 16th November 2006, 08:05

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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