Mixing Algorithm #6

Open
opened 2024-09-06 11:40:50 -04:00 by josh · 0 comments

Require algorithm for mixing sound samples together.

Have already tried a 'naive' solution of summing two samples together and dividing by two. However, there is a noticeable increase in volume when one sound finishes and the other is still playing. This indicates that the mixing algorithm will be unsuitable when extrapolated out to an arbitrary number of simultaneously-playing sounds.

Require algorithm for mixing sound samples together. Have already tried a 'naive' solution of summing two samples together and dividing by two. However, there is a noticeable increase in volume when one sound finishes and the other is still playing. This indicates that the mixing algorithm will be unsuitable when extrapolated out to an arbitrary number of simultaneously-playing sounds.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Redacted/ReMixer#6
No description provided.