- Добавил: literator
- Дата: 1-01-2023, 04:16
- Комментариев: 0
![Audio Programming in C++ : The Beginner Level](/uploads/posts/2023-01/1672535853_3351_audio_programming_in_c_____th__b_ginn_r_l_v_l.jpg)
Автор: Hakan Blomqvist
Издательство: Leanpub
Год: 2022-12-05
Страниц: 519
Язык: английский
Формат: pdf (true), epub
Размер: 18.1 MB
Learn the different sound synthesis methods and how to implement them in C++. Requires knowledge of programming in C++. Welcome to the beginner book about audio Programming. In this book we will get to learn the different types of sound synthesis there are (a least the popular ones) and go through some example code using the different synthesis techniques. All code examples are written using C++20 and Clang++ as a compiler and linker. You’ll find all code examples in Appendix A and all code will include what to type in a terminal to compile and link the program. This book assumes that you already know how to program in C++ and what a compiler and linker is. Fokus for the book is about the different synthesis methods and examples of them in C++20. The examples are not optimized for real time playback just to show how the synthesis method works.