HOME > 상세정보

상세정보

Audio visualization using ThMAD [electronic resource] : realtime graphics rendering for Ubuntu Linux

Audio visualization using ThMAD [electronic resource] : realtime graphics rendering for Ubuntu Linux

자료유형
E-Book(소장)
개인저자
Späth, Peter.
서명 / 저자사항
Audio visualization using ThMAD [electronic resource] : realtime graphics rendering for Ubuntu Linux / Peter Späth.
발행사항
Berkeley, CA :   Apress,   c2017.  
형태사항
1 online resource (xix, 349 p.) : col. ill.
ISBN
9781484231678 9781484231685 (eBook)
요약
Learn how to use Thinking Machine Audio Dreams (ThMAD), a realtime audio visualization engine for Ubuntu Linux. This book bridges the gap between programmers and artists. Both artists and developers with an inclination towards arts will profit from this book since it is a combination of a hands-on tutorial, manual, and reference, with many illustrations that accompany the explanations and tutorials. You'll learn the basics of ThMAD's open source software suite and then start experimenting and building your own rendering pipelines to create audio visualizations. You'll see how to soundly use all ThMAD's GUI functionalities, and all modules are provided in a way that will serve both intellectual curiosity and professional needs. The examples that are used as part of the software, and the tutorials included in the book, will serve as a solid basis for your own experiments.
일반주기
Title from e-Book title page.  
Includes index.  
내용주기
Chapter 1. Sound Input -- Chapter 2: Visualization Basics -- Chapter 3: VProgram Operation -- Chapter 4: 3D Concepts -- Chapter 5: Stories-Basic Level -- Chapter 6: Stories-Advanced Level -- Chapter 7: ThMAD GUI Reference -- Chapter 8: ThMAD Module Reference.
이용가능한 다른형태자료
Issued also as a book.  
일반주제명
Information visualization. Computer graphics.
바로가기
URL
000 00000cam u2200205 a 4500
001 000045989218
005 20190709151153
006 m d
007 cr
008 190708s2017 caua o 001 0 eng d
020 ▼a 9781484231678
020 ▼a 9781484231685 (eBook)
040 ▼a 211009 ▼c 211009 ▼d 211009
050 4 ▼a T385
082 0 4 ▼a 001.4226 ▼2 23
084 ▼a 001.4226 ▼2 DDCK
090 ▼a 001.4226
100 1 ▼a Späth, Peter.
245 1 0 ▼a Audio visualization using ThMAD ▼h [electronic resource] : ▼b realtime graphics rendering for Ubuntu Linux / ▼c Peter Späth.
260 ▼a Berkeley, CA : ▼b Apress, ▼c c2017.
300 ▼a 1 online resource (xix, 349 p.) : ▼b col. ill.
500 ▼a Title from e-Book title page.
500 ▼a Includes index.
505 0 ▼a Chapter 1. Sound Input -- Chapter 2: Visualization Basics -- Chapter 3: VProgram Operation -- Chapter 4: 3D Concepts -- Chapter 5: Stories-Basic Level -- Chapter 6: Stories-Advanced Level -- Chapter 7: ThMAD GUI Reference -- Chapter 8: ThMAD Module Reference.
520 ▼a Learn how to use Thinking Machine Audio Dreams (ThMAD), a realtime audio visualization engine for Ubuntu Linux. This book bridges the gap between programmers and artists. Both artists and developers with an inclination towards arts will profit from this book since it is a combination of a hands-on tutorial, manual, and reference, with many illustrations that accompany the explanations and tutorials. You'll learn the basics of ThMAD's open source software suite and then start experimenting and building your own rendering pipelines to create audio visualizations. You'll see how to soundly use all ThMAD's GUI functionalities, and all modules are provided in a way that will serve both intellectual curiosity and professional needs. The examples that are used as part of the software, and the tutorials included in the book, will serve as a solid basis for your own experiments.
530 ▼a Issued also as a book.
538 ▼a Mode of access: World Wide Web.
650 0 ▼a Information visualization.
650 0 ▼a Computer graphics.
856 4 0 ▼u https://oca.korea.ac.kr/link.n2s?url=https://doi.org/10.1007/978-1-4842-3168-5
945 ▼a KLPA
991 ▼a E-Book(소장)

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 중앙도서관/e-Book 컬렉션/ 청구기호 CR 001.4226 등록번호 E14014760 도서상태 대출불가(열람가능) 반납예정일 예약 서비스 M

컨텐츠정보

책소개

1. Introduction
Sound visualization is about capturing the sound coming from outside, using a microphone or the line-in jack of your sound card, or coming from inside if a sound file gets played on your computer. The software suite ThMAD allows for graphically building a sound pipeline, yielding realtime graphics rendering to produce beautiful and interesting output from that sound. The introductory chapter depicts such kind of a system, tells about the targeted audience, and gives some hints about text conventions and the preferred way of reading this book.
1.1 About Sound Visualization and ThMAD1.2 Targeted Audience1.3 Installation1.4 Conventions Used in This Text1.5 How to Read This Book
2. Sound Input
We deepen the knowledge of how the computer can be prepared to capture incoming sound or produced sound, how the sound gets represented internally, and how the data arrives at ThMAD. We distinguish between the obvious air pressure elongation versus time representation, and the power versus frequency representation or spectrum.
2.1 Prepare for Sound Input2.2 Understanding Sound Structure2.2.1 Time-Elongation Representation2.2.2 Frequency-Power Representation2.2.3 Input Data Taken From the Sound Card
3. Visualization Basics
This chapter is about the tool chain to be used for an audio visualization project, and presents two basic audio visualization samples using ThMAD.
3.1 Tool Chain3.1.1 Installing ThMAD3.1.2 Connect PulseAudio Sound to ThMAD3.1.3 Recording a Video3.1.4 Making a DVD From Your Recording3.2 Basic Samples3.2.1 Basic 2D Sample3.2.2 Basic 3D Sample
4. Program OperationThe ThMAD primarily consists of two programs, ThMAD Artiste and ThMAD Player. We describe how these programs can be started and stopped, including all possible options for controlling program operation. We furthermore describe faders, which conduct the transitions between several visualizations inside Player.
4.1 ThMAD Artiste Operation4.1.1 Starting And Using Different Modes4.1.2 Stopping ThMAD Artiste4.1.3 Starting With Errors4.2 ThMAD Player Operation4.2.1 Starting And Using Different Modes4.2.2 Stopping ThMAD Player4.2.3 Creating and Installing Faders
5. 3D Concepts
For an exhaustive reference to 3D computer graphics concepts lots of materials are available in the internet and book stores. Albeit OpenGL, the technology behind ThMAD, being huge as a concept and a complete coverage of all topics exceeding the scope of this book, we reckon an introduction with our special view on audio visualization should be worthwhile. In addition some of the peculiarities about how ThMAD handles some graphics sub-pipelines and own graphics concepts on top of OpenGL get described later in this chapter.
5.1 Coordinate Systems5.2 Space Mapping5.3 Spatial Operations: Translation, Rotation, Scaling5.4 Exposure to Light5.5 Eye And Camera5.6 ThMAD Meshes5.7 ThMAD Particle Systems
6. Stories
In this chapter we want to dive more into the art of audio visualization by more elaborated walk-throughs covering various aspects to be taken into account. We will by no means ever be able to describe all possible kinds of sketches, but it will be the aim of this Stories chapter to provide you with techniques which eventually will be apt to make you realize your own ideas.


정보제공 : Aladin

목차

Chapter 1. Sound Input
Chapter 2: Visualization Basics
Chapter 3: VProgram Operation
Chapter 4: 3D Concepts
Chapter 5: Stories-Basic Level
Chapter 6: Stories-Advanced Level
Chapter 7: ThMAD GUI Reference
Chapter 8: ThMAD Module Reference.

관련분야 신착자료

윤지선 (2026)
고려대학교. D-HUSS사업단 (2025)
한국일본학회 (2025)