Over the last couple of months, we highlighted the work of The iBook Guy because it's very interesting. He also announced a rebrand to “The 8-Bit Guy” because he hasn't published an iBook video “in quite some time”. If you have been a long time follower of PC Perspective, you'll know that we have a history of changing our name to slightly less restrictive titles. Ryan initially named this site after the K7M motherboard, then Athlon motherboards in general, then AMD motherboards, then PC Perspective. I guess we shouldn't cover mobile or console teardowns…
Anywho… back to The 8-Bit Guy. This time, his video discusses how old PCs played (or, more frequently, synthesized) audio. He discusses the early, CPU-driven audio, which were quickly replaced by dedicated sound cards in the 1980s. They could drive audio waves that were either square, triangle, noise, or PCM (microphone-sampled). These four types were combined to make all of the music and sound effects of the time.
This brings us to today. He notes that, with today's modern computers having so much storage and RAM, we end up just mixing everything as an audio file and play that. This is where we can expand a little. Until around the Vista era, sound cards have been increasing in voice count. One of the last examples was the Creative SoundBlaster X-Fi. This card implemented their EAX 5.0 standard, which allowed up to 128 voices in games like Battlefield 2, and that was about it. When Microsoft released Vista, they replaced the entire audio stack with a software-based one. They stated that sound card drivers were a giant cause of bluescreen errors, and thus almost everything was moved out of the kernel.
At around this time, voice limits were removed. They don't make sense anymore because mixing is no longer being done in hardware. Nowadays, even websites through Web Audio API can play thousands of sounds simultaneously, although that probably will sound terrible in practice.
Audio processing doesn't end here, though. Now that we can play as many sounds as we like, and can do so with complete software control over the PCM waves, the problem is shifted into an algorithmic one.
This is an area that I, personally, am interested in.
See the source and demo at my GitHub
Earlier this year, I created a demo in WebCL that rendered 20,000 – 30,000 sounds on an Intel HD 4600 GPU, with stereo positioning and linear distance falloff, while the system's main NVIDIA GeForce GTX 670 was busy drawing the WebGL scene. The future goal was to ray-trace (high frequency) and voxelize (low frequency) sound calls based on the environment, to simulate environmentally-accurate reverbs and echoes. Over the summer, I worked with a graduate student from Queen's University to offload audio in the Unity engine (I preferred Unreal). We have not yet introduced geometry.
At this year's Oculus Connect, Michael Abrash also mentioned that audio is interesting for VR, but that it needs to wait for more computational horsepower. A lot more. He also discussed HRTF, which is the current way of adding surround to stereo by measuring how an individual's ears modify sound depending on location. It gets worse if sounds are closer than a meter away, or the actual user's ears differ too much from the experiment subject.
Anyway, enough about me. The 8-Bit Guy's videos are interesting. Check them out.
Aureal A3D completely blew
Aureal A3D completely blew away everything else back in the day. Counterstrike used to have support for it. The positional audio was stunning. In todays software sound I always feel let down by poor positional audio.
Yeah; it’s a shame Creative
Yeah; it’s a shame Creative outright brought them out.
Haha, I have a Casio SK-1 🙂
Haha, I have a Casio SK-1 🙂
So why not Unreal?
So why not Unreal?
She had three years
She had three years experience in Unity, and I'm used to learning new platforms.
I wouldn’t mind getting my
I wouldn’t mind getting my hands dirty in some Unreal code, if it’s something you wanted to do in the future.
I use Unreal Engine 4 for my
I use Unreal Engine 4 for my personal projects including "Check It!", which I develop on my Twitch channel. It's a turn-based strategy with Chess pieces, but on levels that can even be 64×64 grids with holes and interactivity.
i’m an asshole
i’m an asshole
“At around this time, voice
“At around this time, voice limits were removed. They don’t make sense anymore because mixing is no longer being done in hardware.” – Thx Scott, I didn’t think about that. So having a post Win 7 sound card does what for us? Better A->D->A than a mobo chip I guess, and a better headphone amp – anything else?
Also, cool video and channel.