capital-G / musikinformatik-sose2021

Course materials for Musikinformatik course SoSe 2021 at RSH Düsseldorf
https://capital-g.github.io/musikinformatik-sose2021/
7 stars 2 forks source link

init sound synth via numpy #45

Closed capital-G closed 3 years ago

capital-G commented 3 years ago

A chapter about sound synthesis via PCM in Python which will be used as basic for the PCA resynth sound via FFT algorithm.

A proper introduction to FFT is missing and will maybe added later.

I wrote the introduction to digital signal processing to the best of my knowledge but knowing the complexity of this topic I sure have missed something or made a mistake here, so any improvement is welcome.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

telephon commented 3 years ago

I wrote the introduction to digital signal processing to the best of my knowledge but knowing the complexity of this topic I sure have missed something or made a mistake here, so any improvement is welcome.

It is fine, I'll make some suggestions. The students who currently are part of the seminar know the basics well, but they can learn some python from it.

capital-G commented 3 years ago

Because binary blobs changed during commit this should MR be squashed if merged

capital-G commented 3 years ago

I am getting a bit lost here b/c of the missing ordinality - what changes are still missing?

capital-G commented 3 years ago

Added another notebook