Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We can recreate the illusion of sound sources in 3 - dimensional space using vectorize operations. We will study both delay and basic attenuation to

We can recreate the illusion of sound sources in 3-dimensional space using vectorize operations. We will study both delay and basic attenuation to create the illusion of sound positioned directly to the left of the listener. Consider the following sample of a stereo audio recording (transposed as a row):
L [4,-4,2,-2,2,-2,4,-4,0,4,-4,0,0,0]
R [4,-4,2,-2,2,-2,4,-4,0,4,-4,0,0,0]
We can insert 3 zeros at the beginning of the right column, and remove 3 entries a the end of the right column to delay the right channel by 3 samples. This correspond to a delay of 0.0625ms at a sample rate of 48kHz.
L [4,-4,2,-2,2,-2,4,-4,0,4,-4,0,0,0]
R [0,0,0,4,-4,2,-2,2,-2,4,-4,0,4,-4]
Question 1) Using one of your previously recorded speech signals (saying the phrase "the quick brown fox jumps over the lazy dog"), copy the column to the right to create two identical columns, and save this signal to a WAV file. Label this file with the convention team[[yourteam#]]-stereosoundfile-[[delay]].wav. Then, delay
the second column by the average number of samples calculated
previously, and save this signal. Finally, delay the second column
by 1ms,10ms, and 100ms, and save these. Have each team
member listen to the files and compare the acoustic experience of
each of these files (0ms, avghead, 1ms,10ms,100ms).
The second "trick" we can use is an attenuation of the right channel to model the human head. We can apply an attenuation of about -3dB by multiplying by 0.5.
L [4,-4,2,-2,2,-2,4,-4,0,4,-4,0,0,0]
R [2,-2,1,-1,1,-1,2,-2,0,2,-2,0,0,0]
L [4,-4,2,-2,2,-2,4,-4,0,4,-4,0,0,0]
R [0,0,0,2,-2,1,-1,1,-1,2,-2,0,2,-2]
Question 2) Attenuate the right channel of the 0ms delay audio by -1.5dB,-3dB,and -6dB, and save these signals to WAV files. Label these files with the convention team[[yourteam#]]-stereosoundfile-[[delay]]-[[attenuation]].wav. Perform the same operation to the average
head delay file. Have each team member listen to the files and
compare the acoustic experience of each of these files (0ms,0ms1_5dB,0ms-3dB,0ms-6dB, avghead, avghead-1_5dB,...).
Question 3) Which delay and attenuation values produced the most convincing illusion that the sound source is to the left of the listener? How might you improve the basic model to improve the illusion or support sounds from other locations in 3D space?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL 10 High Performance Expert Techniques For Query Optimization High Availability And Efficient Database Maintenance

Authors: Ibrar Ahmed ,Gregory Smith ,Enrico Pirozzi

3rd Edition

1788474481, 978-1788474481

More Books

Students also viewed these Databases questions

Question

How did the credit crunch become a global financial crisis?

Answered: 1 week ago