[music-dsp] Blend two audio

2018-06-16 Thread Benny Alexandar
Hi, I'm looking for an algorithm to blend two audio. My requirement is given tow identical audio inputs say A1 & A2. A1 is ahead of A2 by t sec, when switch from A1 to A2 it should be seamless and vice versa. -ben ___ dupswapdrop: music-dsp mailing

Re: [music-dsp] Blend two audio

2018-06-16 Thread Benny Alexandar
artifacts -m On Jun 16, 2018, at 10:45 AM, Benny Alexandar mailto:ben.a...@outlook.com>> wrote: Hi, I'm looking for an algorithm to blend two audio. My requirement is given tow identical audio inputs say A1 & A2. A1 is ahead of A2 by t sec, when switch from A1 to A2 it should be seamless and

Re: [music-dsp] Finding discontinuity in a sine wave.

2018-01-11 Thread Benny Alexandar
isolate a single tone frequency ? -ben From: Ethan Fenn <et...@polyspectral.com> Sent: Thursday, January 11, 2018 12:13 AM To: Benny Alexandar Cc: music-dsp@music.columbia.edu Subject: Re: [music-dsp] Finding discontinuity in a sine wave. Well, starting with t

Re: [music-dsp] Finding discontinuity in a sine wave.

2018-01-11 Thread Benny Alexandar
e derivative should be helpful - G H On 10.01.2018 17:08, Benny Alexandar wrote: Hi, I want to do some time domain analysis on a sine wave signal which is continuously streaming. My objective is to detect any discontinuities such as audio gap, fading, phase discontinuity etc. Any algorithms avail

Re: [music-dsp] Finding discontinuity in a sine wave.

2018-01-10 Thread Benny Alexandar
<sdiedrich...@me.com<mailto:sdiedrich...@me.com>> wrote: With any phase discontinuity, a spectral discontinuity is delivered for free. So, the notch filter will have an output, a PPL would need to re-sync, etc. Steffan On 10.01.2018|KW2, at 17:51, Benny Alexandar <ben.a.

[music-dsp] Finding discontinuity in a sine wave.

2018-01-10 Thread Benny Alexandar
Hi, I want to do some time domain analysis on a sine wave signal which is continuously streaming. My objective is to detect any discontinuities such as audio gap, fading, phase discontinuity etc. Any algorithms available on time domain other than doing FFT based approach ? -ben

Re: [music-dsp] Finding discontinuity in a sine wave.

2018-01-10 Thread Benny Alexandar
cy and phase, then look for differences between them? Eric On 01/10/2018 09:08 AM, Benny Alexandar wrote: Hi, I want to do some time domain analysis on a sine wave signal which is continuously streaming. My objective is to detect any discontinuities such as audio gap, fading, phase discontinu

[music-dsp] Audacity & Jack audio

2018-01-13 Thread Benny Alexandar
Hi, I'm looking for this post below link, which is not available currently. This is about using Audacity audio editor and Jackaudio working together. Please help me to get the post on below link

Re: [music-dsp] Clock drift and compensation

2018-01-25 Thread Benny Alexandar
, January 24, 2018 2:17 AM To: music-dsp@music.columbia.edu Subject: Re: [music-dsp] Clock drift and compensation On Tue, Jan 23, 2018 at 04:17:40PM +, Benny Alexandar wrote: > How to design a control system such that a digital baseband frame of duration > 'T' ms is mapped to audio an

Re: [music-dsp] Clock drift and compensation

2018-02-05 Thread Benny Alexandar
ebsite. They don’t cost too much and are found in > countless digital mixing consoles. > > Best, > > Steffan > > Von meinem iPhone gesendet > > > > Von meinem iPhone gesendet > Am 28.01.2018 um 17:19 schrieb Benny Alexandar <ben.a...@outlook.com > <

Re: [music-dsp] Clock drift and compensation

2018-01-28 Thread Benny Alexandar
Hi GM, >> HT -> Atan2 -> differenciate -> unwrap Could you please explain how to find the drift using HT, HT -> gives real(I) & imaginary (Q) components of real signal Atan2 -> the phase of an I Q signal diff-> gives what ? unwrap ? -ben From:

Re: [music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Benny Alexandar
>> The buffer must be read at a variable speed, Do you mean it has to be played out at higher sample rates ? >> how long will it take to play the whole buffer If you can derive an average rate out of it then you can determine it. -ben From:

[music-dsp] Clock drift and compensation

2018-01-23 Thread Benny Alexandar
Hi All, I have a problem to solve, I have a system which has a tuner chip and DSP chip, both are clocked by independent xtals. Tuner gives the baseband samples to DSP, and tuner is master and dsp is slave. Dsp does the demodulation of base band samples and does the audio decoding and

[music-dsp] Audio glitch gap detection

2018-03-12 Thread Benny Alexandar
Hi, I want to develop an algorithm which after capturing an analog sine tone through PC sound card check for discontinuity, glitch, audio gap, attenuation etc. Please suggest any other reliable methods for this analysis. The sine tone is of fixed frequency which is known prior -ben

Re: [music-dsp] Clock drift and compensation

2018-03-09 Thread Benny Alexandar
ine. I don't understand your application so I don't know if this is the case. Am 09.03.2018 um 19:58 schrieb Benny Alexandar: Hi GM, Instead of finding Hilbert transform, I tried with just finding the angle between samples of a fixed frequency sine wave. I tried to create a sine wave of frequenc