• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » C5000 Ultra Low Power DSP » C5000 Ultra Low Power DSP Forum » All Tags » AUDIO
Share
C5000 Ultra Low Power DSP
  • Forum
  • Announcements

Browse by Tags

C5000 Ultra Low Power DSP

Welcome to the C5000 Ultra Low Power DSP Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
AUDIO
  • 5505 ezDSP
  • 5510
  • aic3204
  • Assembly Language
  • BIOS/DSP
  • C5500
  • C5505
  • C5510
  • C5515
  • C5515 eZdsp
  • C5515 USB Stick
  • CCS 3.1
  • CSL
  • demo code
  • DMA
  • DSP
  • eZdsp
  • ezdsp5505
  • I2C
  • I2S
  • Interrupt
  • TMS320VC5505 ezDSP USB Stick
  • usbstick5515
  • usbstk5505
  • usbstk5515
Related Posts
  • Forum Post: Help on a C5416 DSK

    Namyoon Kim Namyoon Kim
    Hello, I'm working on a TMS320VC5416 DSK. I'm trying to get text input into the DSK, perform text to speech conversion (I'm trying to use flite, http://www.speech.cs.cmu.edu/flite/ ) and output it through the DSK's line out. It's basically a text to speech process. I am...
    on Feb 15, 2011
  • Forum Post: eZdsp C5505 UBS stick development

    Kieran Yu Kieran Yu
    hi ,i have aproblem with the AIC3204 of this USB stick. i want to use this develop board for ultrasonic sampling and processing : first, i want to use the AIC sample my ultrasonic signal (40KHz) constantly, then put it into C5505 for band-pass filter(FIR) through I2S, and then output the filtered signal...
    on Feb 25, 2011
  • Forum Post: Listening the audio file from the program

    velappan ramasamy velappan ramasamy
    Hi All I am a student working on TMS320C5510 DSK. I had read a audio file from the program ( using fopen and fread) and done processing and then had written back in a another file (using fwrite) . Now to confirm whether it is done the processing or not I plot the both file using MATLAB and verify...
    on Jan 25, 2011
  • Forum Post: noise from VC5505's audio filter demo

    Kieran Yu Kieran Yu
    in the VC5505 audio filter demo , in the CPLX_Mul() function, the presion was cuted by the following red one, if i still use this to do a filter for signal from the codec. what result will it bring out ? well, i used this demo to do a filter for a audio signal . and during the filter period , i heard...
    on Apr 15, 2011
  • Forum Post: the method to overcome the noise of VA5505 's audio signal processing demo's discontinuty( noise)

    Kieran Yu Kieran Yu
    In the VA5505's audio example, when you played your own audio signal to the codec, and then transfer it into DSP to do a lowpass filtering , you will hear some unexpected noise mixed in your filtered output audio signal if you use a earphone to hear it . The noise you hear is a result of the block...
    on Apr 23, 2011
  • Forum Post: VC5505 filter demo with hamming winodw ?

    Kieran Yu Kieran Yu
    (Please visit the site to view this file) [SampleSig, Fs, Bits] = readwav('1.wav'); SampleSig = SampleSig(:,1); NW = 512; %winodw_size =215 window size INC = NW/4; % hop size = 512/4 W=hamming(NW+1); W(end)=[]; %create hamming window F = enframe(SampleSig,W,INC); %enframe with hamming window...
    on May 7, 2011
  • Forum Post: can i use the I2S interface as SPI interface to connect ADC or DAC ? (C5515)

    Kieran Yu Kieran Yu
    i bought theC5515Ezdsp USBStick development board, well the AIC3204 codec on the board has the hightest sampling rate up to 192KHz, and it's not enough for me. so i want to expand with ADC and DAC chips, and i found most of ADC and DAC supports SPI and I2C interface. althought there is a SPI interface...
    on Jun 8, 2011
  • Forum Post: how to use C5515 USBStick for ultrasonic signal sampling,satisfing the real time processing demand and having enough sampling rate for the ultrasonic signal ?

    Kieran Yu Kieran Yu
    recently, i am using the C5515 USB Stick demo board for developing ultrasonic signal sampling, heterodyning , filtering, and outputing to headphone. now i am in some trouble. the orignal ultrasonic input sampled signal is centre frequency of 40KHz with + - 2.5KHz bandwidth, the general process is...
    on May 19, 2011
  • Forum Post: Need help on Audio formats

    velappan ramasamy velappan ramasamy
    Hi I am student working on speech enhancement using the tms320c55xx DSK. So as a first step i record a voice with background noise and i saved it in .wav format. But i referred some sample programs related to it and all of them give input in pcm format . Why is it so does the fread command reads...
    on Jan 24, 2011
  • Forum Post: how to get rid of the noise of VC5505 USBStick demo code?

    Kieran Yu Kieran Yu
    background : VC5505 USBStick demo code has some periodic noise when you sample signal from codec and do filtering in frequency domain ,and then output to codec , you will hear some noise mixed. my tring method :base on the demo code, , i want to window( using hamming window) every sampled frame signal...
    on Aug 19, 2011
  • Forum Post: EZdsp Connected Audio Framework use.

    Maxime GUYON Maxime GUYON
    Hello, I'm trying to compile the project "CSL_USB_IsoFullSpeedExample_ezdsp_Out" for my EZDSP5535 board with memory model "huge" The problem is that the ASRC lib seem to be compiled with different memory model so it can't link. Can we get source file of ASRC or the "...
    on Nov 28, 2012
  • Forum Post: RE: C5515 and Multichannel Audio Codecs

    ted chen81331 ted chen81331
    Hello, I was able to interface an additional AIC3204 codec with C5515. I was able to switch between different stereo inputs. However, is it possible to access two stereo input at the same time? I tried a few approaches on top of the AIC3204 sample code but was unsuccessful. Any advice or suggestion...
    on Dec 5, 2012
  • Forum Post: C5515 ezDSP sudden audio problem

    Elias Kokkinis Elias Kokkinis
    Hello all, I am experiencing a very sudden and strange problem with my C5515 ezDSP board. I was developing a stereo audio processing algorithm and until yesterday everything worked fine. Today the right channel of the stereo input does not work. I have power cycled the board several times and I have...
    on Mar 1, 2013
  • Forum Post: Project build option do not match Global configuration setting

    velappan ramasamy velappan ramasamy
    Hi All I am a student working on audio processing. I am just opening a audio file using the fopen commands and then I wanted to listen it through the line out of the DSK board. What i understood was using DSP/BIOS will speed up the output so had included the configuration file . I am facing...
    on Feb 6, 2011
  • Forum Post: C5515 ezDSP - An audio i/o example using CSL exclusively (interrupt problem?)

    Elias Kokkinis Elias Kokkinis
    Hello all, having read various posts around this forum requesting support for several issues I have seen that TI employees suggest using the CSL for simplicity and better support. So I am using CSL 3.01 and CCS 4.1.3 and a C5515 ezDSP board to program an audio/input output example. I am doing the...
    on Apr 8, 2013
  • Forum Post: Is 16 bit 44100 Hz stereo audio feasible with a c5000 DSP?

    Leo2_uru Leo2_uru
    Hi all, I would like to know is this is easily feasible with a c5000. I am afraid of underestimate the possibilities of the c5000 series but i don't want to kill a mosquito with a bazooka... I will have to: create white noise in the device and filter it with a band-pass filter (Q and central...
    on May 7, 2013
  • Forum Post: Did someone measure current consumption playing mp3 files?

    Leo2_uru Leo2_uru
    Hi, I am considering c5500 as a possibility for my next development. Did anyone measure the current consumption of one DSP of this serie playing mp3 from sd card or flash memory? Something similar like in the "C5000™ Ultra-Low-Power DSP Audio Capacitive Touch BoosterPack". I would...
    on May 8, 2013
  • Forum Post: C5515 ezDSP audio template project

    Elias Kokkinis Elias Kokkinis
    Hello all, I am attaching a project that could serve as a starting point for anyone trying to program an audio processing application on a C5515 eZDSP kit. I have not used the CSL library, since I could not make it work and no one from TI answered in my post seeking support. I have used register programming...
    on Apr 29, 2013
  • Forum Post: TMS320VC5401 - audio project

    Daniel Rosa Franzini Daniel Rosa Franzini
    Hello I'm working on an audio related project. I have to send a sample to the DAC of my board every 48kHz. The sending is OK as I have written a small code to write to it (two channels). Now I have to setup a 48kHz timer0. I have tried several things and alternatives but I found no source code...
    on May 15, 2013
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use