Skip to main content

Questions tagged [audio]

Audio, or in terms of signal processing, an audio signal is an analog or digital representation of sound, typically as an electrical voltage.

0 votes
0 answers
11 views

I've been working on a custom OFDM implementation and I'm getting a lot of ...
MDdiamond's user avatar
0 votes
2 answers
66 views

I’m currently working on my undergraduate thesis, which is related to digital signal processing. The goal of my project is to create a program that can “listen” to piano recordings and convert what it ...
Tom Ghe's user avatar
0 votes
1 answer
35 views

In an audio (or likely any data transfer context) processing scenario, at times it is necessary for an internal process which takes a fixed amount of data N to be wrapped by an external process which ...
Will Rajan's user avatar
0 votes
1 answer
42 views

If an earbuds can accept a maximum of 1 Mbps bandwidth connection for audio, can Stereo mode (not Joint Stereo) use the bandwidth more effectively and produce higher audio quality than Dual Channel ...
caulmseh's user avatar
  • 101
4 votes
3 answers
501 views

I have a sum of sinusoids $$g(x)=\sum_{i=1}^N a_i \cos(2\pi \cdot f_i \cdot x).$$ For all $i$, $\frac{f_{i+1}}{f_i}=2^{\frac 1{12}}$ (like with MIDI). Because the ratio between the periods of adjacent ...
StarDust's user avatar
  • 161
0 votes
1 answer
88 views

I’m working on a machine learning project where I need to classify very short audio clips (about 4 seconds each) into two categories: repeating song: clips that contain a repeating musical pattern. ...
Geoffrey R.'s user avatar
1 vote
3 answers
370 views

What are some low-cost embedded development boards with DSP capabilities suitable for audio processing? Looking for options with good toolchain support for real-time audio applications.
mlbj's user avatar
  • 113
1 vote
0 answers
38 views

Intro: I'm building a real-time pitch visualizer app for Android using TarsosDSP. The app uses the FFT_YIN algorithm to detect fundamental frequency and maps it in real-time to a vertical piano-roll-...
Manu campano ortega's user avatar
3 votes
3 answers
612 views

I am trying to visualise the output of an fft. I have taken the microphone output of my Android phone using "audiorecord". The input data is sampled at 32 kHz and I take 128 samples at a ...
Nic's user avatar
  • 31
1 vote
1 answer
62 views

This is a general technical query to gather ideas regarding the use of ramp functionality on audio signals within interrupts when developing code for DSP processors. Given that interrupt service ...
Mrk234's user avatar
  • 21
0 votes
0 answers
120 views

I've taken up an ambitious task for a small university project. I would like to attempt to intercept the wirelessly transmitted data of my wireless HyperX Cloud Flight headset. I order to achieve this ...
Tobias's user avatar
  • 1
0 votes
1 answer
124 views

I was able to create a decent pitch tracker using YAAPT, however, I've been struggling with using librosa's pitch_shift method which I believe uses a phase vocoder internally. How does one achieve the ...
turingmachine's user avatar
3 votes
0 answers
116 views

I am attempting to make ANC headphones, so far I have constructed the headphones and validated that every component works. I have also constructed an FIR adaptive filter using leaky NLMS for its ...
DIY_ANC's user avatar
  • 31
0 votes
1 answer
50 views

I have a 1 KHz tone playing at 85 dBSPL which is monitored on a real time analyzer. I noticed that the level is just about 85 dBSPL on all settings of octave banding, ie, 1 octave all the way to 1/48 ...
Naveen's user avatar
  • 71
0 votes
1 answer
72 views

Rand function randomness is getting affected when ALU saturation bit is enabled in ADSP-21594 Series DSP processor. My use case for rand function is to generate white noise. When in the case the ALU ...
Mrk234's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
111