Author Topic: Audio Signal Processing for Music Applications  (Read 19281 times)

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #30 on: October 15, 2014, 11:56:50 PM »
Thanks guys,

The ASP course is great and everything is well explained.
I had several moments of ooooh's and ahaaa's during the classes.

Dave, today the class starts explaining STFT and spectrograms.
Creative coders use backward thinking techniques as a strategy.

RuiLoureiro

  • Member
  • ****
  • Posts: 820
Re: Audio Signal Processing for Music Applications
« Reply #31 on: October 16, 2014, 02:27:49 AM »
Hi,
Interesting work, Siekmansky !  :t
note: I tried to test, but i have not any WAV file 16 bit Stereo 44100Hz.

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: Audio Signal Processing for Music Applications
« Reply #32 on: October 16, 2014, 03:14:40 AM »
the WAV files in Marinus' FIR example will work

http://masm32.com/board/index.php?topic=3568.msg37702#msg37702

RuiLoureiro

  • Member
  • ****
  • Posts: 820
Re: Audio Signal Processing for Music Applications
« Reply #33 on: October 16, 2014, 05:32:39 AM »
the WAV files in Marinus' FIR example will work

http://masm32.com/board/index.php?topic=3568.msg37702#msg37702

Hi Dave,
FIRtest5 hasn't any one WAV !
« Last Edit: October 17, 2014, 01:22:43 AM by RuiLoureiro »

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: Audio Signal Processing for Music Applications
« Reply #34 on: October 16, 2014, 05:42:12 AM »
FIRanalyzer2 and 3 do
« Last Edit: October 16, 2014, 10:01:16 AM by dedndave »

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #35 on: October 16, 2014, 06:52:40 AM »
Hi RuiLoureiro,

You can find free wav files here

http://www.freesound.org/search/?q=44100+stereo+16
Creative coders use backward thinking techniques as a strategy.

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #36 on: October 16, 2014, 08:18:45 AM »
Today i followed the new class about window functions (ASP course) and discovered an error in my blackman and blackman-harris window calculations.
Corrected these errors and uploaded a new exe. (see Reply #27 )

You can download a frequency sweep file (see Reply #27 ) and test the window functions.
Notice the differences between main lobes and side lobes of the window functions.
To look at the frequency sweep turn off FFT Smoothing.

Marinus
Creative coders use backward thinking techniques as a strategy.

RuiLoureiro

  • Member
  • ****
  • Posts: 820
Re: Audio Signal Processing for Music Applications
« Reply #37 on: October 16, 2014, 10:05:39 PM »
Hi Marinus,
Thanks  :t

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: Audio Signal Processing for Music Applications
« Reply #38 on: October 16, 2014, 11:52:30 PM »
Thank you, Marinus. You work very seriously.

Gunther
You have to know the facts before you can distort them.

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #39 on: October 17, 2014, 02:00:21 AM »
Yes, i'll try to understand as much as possible as explained in the ASP course and do the "assignments" in asm.
Next step is plotting the Phase and Unwrapped-Phase.
Creative coders use backward thinking techniques as a strategy.

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: Audio Signal Processing for Music Applications
« Reply #40 on: October 17, 2014, 08:59:04 PM »
Do you know if after the end of the course would be possible to download the course? It's a bit difficult for to me to follow it, but seems to be very interesting :t

Regards
The logic of the error is hidden among the most unexpected lines of the program

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #41 on: October 17, 2014, 10:15:01 PM »
I don't know, send them an email and ask them ?
Creative coders use backward thinking techniques as a strategy.

K_F

  • Member
  • *****
  • Posts: 1771
  • Anybody out there?
Re: Audio Signal Processing for Music Applications
« Reply #42 on: October 17, 2014, 10:18:52 PM »
Do you know if after the end of the course would be possible to download the course? It's a bit difficult for to me to follow it, but seems to be very interesting :t
Here's a good (free) starters book  ...http://www.dspguide.com/

Easy to follow.
'Sire, Sire!... the peasants are Revolting !!!'
'Yes, they are.. aren't they....'

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: Audio Signal Processing for Music Applications
« Reply #43 on: October 17, 2014, 10:36:33 PM »
It has a nice look, thank you K_F  :biggrin:
The logic of the error is hidden among the most unexpected lines of the program

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: Audio Signal Processing for Music Applications
« Reply #44 on: October 17, 2014, 10:53:48 PM »
This is really a great book. Learned a lot from it and the explanations are very well done.
Creative coders use backward thinking techniques as a strategy.