Category: Tips and Tutorials
-
Web Audio API Convolver Node
Web Audio API Convolver Node is a tutorial that shows how to use the convolver node to apply a linear convolution effect with an impulse response. You should understand the basics of the Web Audio API as well as how to buffer and play audio files. If not, please refer to the previous tutorials. Once…
-
Timed Rhythms with Web Audio API and JavaScript
UPDATED ON: December 20, 2014 Timed Rhythms with Web Audio API and JavaScript is a tutorial that details how to create rhythms by triggering buffered audio at specific time intervals. It builds on what we’ve covered in previous tutorials Web Audio API Basics, Web Audio API Audio Buffer, Play a Sound with Web Audio API,…
-
Web Audio API BufferLoader
UPDATED ON: December 20, 2014 Web Audio API BufferLoader is a tutorial that shares how the Web Audio API Audio Buffer loading process can be abstracted into a custom function called BufferLoader. This allows us to reduce the amount of code needed when loading audio assets. The BufferLoader class is especially important for applications that…
-
Controlling Web Audio API Oscillators
UPDATED ON: December 20, 2014 Controlling Web Audio API Oscillators is a tutorial that explains some common methods of triggering and toggling oscillators with the Web Audio API. It will build on what we’ve covered in Web Audio API Basics and Web Audio API Oscillators. You should understand the basics of the Web Audio API…
-
Play a Sound with Web Audio API
UPDATED ON: December 20, 2014 Play a Sound with Web Audio API is a tutorial that explains some common methods of triggering and toggling buffered sounds with the Web Audio API. It will build on what we’ve covered in Web Audio API Basics and Web Audio API Audio Buffer. You should understand the basics of…
-
Web Audio API Audio Buffer
UPDATED ON: December 16, 2014 Web Audio API Audio Buffer is a tutorial that will give you an understanding of how to buffer and play audio with the Web Audio API. After all, playing an audio file is probably the first thing most people want to do. Simple, right? Nope. We have to load the…
-
Web Audio API Oscillators
UPDATED ON: December 11, 2014 Web Audio API Oscillators is a tutorial that will give you an understanding of how to generate sounds with the Web Audio API in your browser. Web Audio API Oscillators builds on what we’ve covered in Web Audio API Basics, the first tutorial in the series. Web Audio API Oscillators…
-
Web Audio API Basics
UPDATED ON: December 11, 2014 Web Audio API Basics is a tutorial that will give you a basic understanding of the Web Audio API. It’s part of a series that will start you off on your Web Audio adventures. Web Audio API Basics will attempt to cover what the Web Audio API is, the concept…
-
7 Steps to Online Success
Online success can be defined differently by individual marketers, advertisers, and content creators. It depends on each individual’s purpose. I offer these 7 Steps to Online Success as a guide for those who want to operate a successful website. Follow these simple practices and you’ll see how easy it can be to succeed. The 7…
-
How To Blog: Topic Tips
It can seem daunting at times, but it’s very important to learn how to blog effectively by choosing better topics to write about. Do you suffer from writer’s block and have difficulty generating ideas? Or have you experienced information overload and just couldn’t seem to narrow down your ideas? It happens to all of us…
-
How to use FeedBurner with WordPress
Find out how to use FeedBurner with WordPress. If you have a blog, you’re probably familiar with the concept of feeds. If you’re not sure what a feed is, read my article about RSS feeds. Feeds are a great way to share content. However, there are some limitations. There’s really no way to know any…