符合你规定 发表于 2025-3-25 06:13:19
http://reply.papertrans.cn/24/2337/233627/233627_21.png吹牛需要艺术 发表于 2025-3-25 10:17:01
http://reply.papertrans.cn/24/2337/233627/233627_22.pngalabaster 发表于 2025-3-25 15:24:26
File Input and OutputThis chapter expands our means of input and output by introducing file operations defined by the standard C library. We first look at formatted text output and then explore the principles of generic binary file access. The chapter concludes with an application example of file IO that is supported by the sound and music computing system Csound.可用 发表于 2025-3-25 18:10:52
SoundfilesThe specific case of soundfile IO is discussed in detail in this chapter. Some principles of digital audio are outlined: sampling, digital-to-analogue and analogue-to-digital conversion, data precision, channels, and basic operations. To complement this discussion, a widely used library for soundfile IO, libsndfile, is introduced.DUCE 发表于 2025-3-25 20:45:45
Realtime AudioThis chapter discusses the fundamental aspects of realtime audio programming and access to sound devices. Two widely-used APIs are introduced and contrasted: Portaudio and the Jack connection kit. Programming examples are offered for each, demonstrating realtime processing in C.Paradox 发表于 2025-3-26 02:45:47
Realtime MIDIThe MIDI protocol is presented in this chapter as one of the typical ways in which realtime audio instruments can be controlled. The native MacOS API CoreMIDI is introduced as a system-dependent means of accessing MIDI devices. This is complemented by a discussion of cross-platform support for realtime MIDI, which is provided by Portmidi or Jack.Fracture 发表于 2025-3-26 04:21:31
http://reply.papertrans.cn/24/2337/233627/233627_27.pngLamina 发表于 2025-3-26 09:50:49
Introduction to the Programming Environmentg systems, and their main components: file system, terminal, and commands. The C/C++ toolchain is introduced as the fundamental collection of software that will support all the work in this book. Finally, we take a first look at the C language and its basic elements.VALID 发表于 2025-3-26 14:24:33
http://reply.papertrans.cn/24/2337/233627/233627_29.pngvocation 发表于 2025-3-26 19:31:29
http://reply.papertrans.cn/24/2337/233627/233627_30.png