Search found 1 match
- Sat Jul 21, 2012 11:24 pm
- Forum: General Audio Programming
- Topic: Tracking sound offset with a float
- Replies: 1
- Views: 4793
Tracking sound offset with a float
I'm mixing samples from multiple sounds into a single stream. For the sounds, I use whole numbers to track the current sample. What I am considering is tracking the amount of time elapsed with a float, and then calculating the current frame with something like "time / sound sample rate" . The benefi...