Pitch Shifting in the Mixer
?
?

Keyboard Navigation

Global Keys

[, < / ], > Jump to previous / next episode
W, K, P / S, J, N Jump to previous / next timestamp
t / T Toggle theatre / SUPERtheatre mode
V Revert filter to original state Y Select link (requires manual Ctrl-c)

Menu toggling

q Quotes r References f Filter y Link c Credits

In-Menu and Index Controls

a
w
s
d
h j k l


Esc Close menu / unfocus timestamp

Quotes and References Menus and Index

Enter Jump to timestamp

Quotes, References and Credits Menus

o Open URL (in new tab)

Filter Menu

x, Space Toggle category and focus next
X, ShiftSpace Toggle category and focus previous
v Invert topics / media as per focus

Filter and Link Menus

z Toggle filter / linking mode

Credits Menu

Enter Open URL (in new tab)
0:26Recap and plan for today
0:26Recap and plan for today
0:26Recap and plan for today
1:14Discussion on using volume changes and pitch-shifting to generate a rich soundscape with few sound assets
1:14Discussion on using volume changes and pitch-shifting to generate a rich soundscape with few sound assets
1:14Discussion on using volume changes and pitch-shifting to generate a rich soundscape with few sound assets
6:59How to pitch-shift a sound
6:59How to pitch-shift a sound
6:59How to pitch-shift a sound
9:14Compromises for minor pitch changes
9:14Compromises for minor pitch changes
9:14Compromises for minor pitch changes
11:23Deciding on linear interpolation for real-time mixing
11:23Deciding on linear interpolation for real-time mixing
11:23Deciding on linear interpolation for real-time mixing
13:25On the importance of linear blending
13:25On the importance of linear blending
13:25On the importance of linear blending
17:02The simple version: choosing the nearest sample
17:02The simple version: choosing the nearest sample
17:02The simple version: choosing the nearest sample
18:09Implementing the simple version
18:09Implementing the simple version
18:09Implementing the simple version
21:47(intermission) Outputting sound even when the game window loses focus
21:47(intermission) Outputting sound even when the game window loses focus
21:47(intermission) Outputting sound even when the game window loses focus
27:55Back to implementing the simple version
27:55Back to implementing the simple version
27:55Back to implementing the simple version
34:01Debugging the simple version
34:01Debugging the simple version
34:01Debugging the simple version
38:18Adding linear blending of samples
38:18Adding linear blending of samples
38:18Adding linear blending of samples
41:40Comparing sound output with and without linear interpolation between samples
41:40Comparing sound output with and without linear interpolation between samples
41:40Comparing sound output with and without linear interpolation between samples
42:54Making dSample part of playing_sound
42:54Making dSample part of playing_sound
42:54Making dSample part of playing_sound
44:55Flushing queues before reloading game code
44:55Flushing queues before reloading game code
44:55Flushing queues before reloading game code
46:47Copying strings out of the game code block to avoid crashing after hot code reloading
46:47Copying strings out of the game code block to avoid crashing after hot code reloading
46:47Copying strings out of the game code block to avoid crashing after hot code reloading
48:37Implementing PushString
48:37Implementing PushString
48:37Implementing PushString
54:43Q&A
🗩
54:43Q&A
🗩
54:43Q&A
🗩
55:28djonahstag How would you pan a sample slightly left or right in volume?
🗪
55:28djonahstag How would you pan a sample slightly left or right in volume?
🗪
55:28djonahstag How would you pan a sample slightly left or right in volume?
🗪
1:03:07kelimion Would this pitch shift be animated as well, like you enter a time-dilated area and pitch-shifts in a second or two as you cross a barrier
🗪
1:03:07kelimion Would this pitch shift be animated as well, like you enter a time-dilated area and pitch-shifts in a second or two as you cross a barrier
🗪
1:03:07kelimion Would this pitch shift be animated as well, like you enter a time-dilated area and pitch-shifts in a second or two as you cross a barrier
🗪
1:04:02cubercaleb If you wanted to pitch-shift the music without changing the speed couldn't you just do a quick and dirty linear interpolation between the current sample and the next sample?
🗪
1:04:02cubercaleb If you wanted to pitch-shift the music without changing the speed couldn't you just do a quick and dirty linear interpolation between the current sample and the next sample?
🗪
1:04:02cubercaleb If you wanted to pitch-shift the music without changing the speed couldn't you just do a quick and dirty linear interpolation between the current sample and the next sample?
🗪
1:06:10melwute Did you ever cover what would make a good test sound file for this type of mixing work?
🗪
1:06:10melwute Did you ever cover what would make a good test sound file for this type of mixing work?
🗪
1:06:10melwute Did you ever cover what would make a good test sound file for this type of mixing work?
🗪
1:06:30guit4rfreak Do you ever use memcpy from the C standard library?
🗪
1:06:30guit4rfreak Do you ever use memcpy from the C standard library?
🗪
1:06:30guit4rfreak Do you ever use memcpy from the C standard library?
🗪
1:06:53foxy126 What's the yellow Rectangle?
🗪
1:06:53foxy126 What's the yellow Rectangle?
🗪
1:06:53foxy126 What's the yellow Rectangle?
🗪
1:07:40symbolic_butt What kind of sound options do you plan to include in the game? Like will the player be able to pause the game and mute the music but keep the sound effects? Or is it going to be a fixed thing like controller settings?
🗪
1:07:40symbolic_butt What kind of sound options do you plan to include in the game? Like will the player be able to pause the game and mute the music but keep the sound effects? Or is it going to be a fixed thing like controller settings?
🗪
1:07:40symbolic_butt What kind of sound options do you plan to include in the game? Like will the player be able to pause the game and mute the music but keep the sound effects? Or is it going to be a fixed thing like controller settings?
🗪
1:09:31stephenlast Wouldn't you want to use the alternate way of animating the volume for this feature? By setting a rate, not a length of time?
🗪
1:09:31stephenlast Wouldn't you want to use the alternate way of animating the volume for this feature? By setting a rate, not a length of time?
🗪
1:09:31stephenlast Wouldn't you want to use the alternate way of animating the volume for this feature? By setting a rate, not a length of time?
🗪
1:10:17btngames With a player running, would you connect speed of the player to pitch or look to add more sounds i.e. more steps in grass?
🗪
1:10:17btngames With a player running, would you connect speed of the player to pitch or look to add more sounds i.e. more steps in grass?
🗪
1:10:17btngames With a player running, would you connect speed of the player to pitch or look to add more sounds i.e. more steps in grass?
🗪
1:10:54matttherunner Once you release this source code, this will allow people to build upon/edit to make their own games. Correct?
🗪
1:10:54matttherunner Once you release this source code, this will allow people to build upon/edit to make their own games. Correct?
🗪
1:10:54matttherunner Once you release this source code, this will allow people to build upon/edit to make their own games. Correct?
🗪
1:11:42hugemang You may have already covered this, but does the OS alone allocate threads to run on each core, so is it impossible to force a single thread to run on its own unique core?
🗪
1:11:42hugemang You may have already covered this, but does the OS alone allocate threads to run on each core, so is it impossible to force a single thread to run on its own unique core?
🗪
1:11:42hugemang You may have already covered this, but does the OS alone allocate threads to run on each core, so is it impossible to force a single thread to run on its own unique core?
🗪
1:14:44soggypubes Is programming just remembering a whole bunch of commands and putting them into sequence?
🗪
1:14:44soggypubes Is programming just remembering a whole bunch of commands and putting them into sequence?
🗪
1:14:44soggypubes Is programming just remembering a whole bunch of commands and putting them into sequence?
🗪
1:16:30djonahstag Is it too complex to add low/high pass filters via code?
🗪
1:16:30djonahstag Is it too complex to add low/high pass filters via code?
🗪
1:16:30djonahstag Is it too complex to add low/high pass filters via code?
🗪
1:18:03insofaras If a tree falls and the hero is not there to hear it, will it make a sound?
🗪
1:18:03insofaras If a tree falls and the hero is not there to hear it, will it make a sound?
🗪
1:18:03insofaras If a tree falls and the hero is not there to hear it, will it make a sound?
🗪
1:19:12soysaucethekid Is the next thing you are going to do put the sound code in SIMD?
🗪
1:19:12soysaucethekid Is the next thing you are going to do put the sound code in SIMD?
🗪
1:19:12soysaucethekid Is the next thing you are going to do put the sound code in SIMD?
🗪
1:19:58symbolic_butt Are you going to use complex numbers? I heard they're useful for sound processing
🗪
1:19:58symbolic_butt Are you going to use complex numbers? I heard they're useful for sound processing
🗪
1:19:58symbolic_butt Are you going to use complex numbers? I heard they're useful for sound processing
🗪