Difference between revisions of "Playing multiple sounds at once"

From ESE205 Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
= Introduction =
 
= Introduction =
This tutorial will explain different methods attempted in getting multiple sounds to play concurrently, as well as the method that was most valuable for the Laser Harp.  
+
This tutorial will explain different methods attempted in getting multiple sounds to play concurrently, as well as the method that was most valuable.
  
 
= Libraries tested =  
 
= Libraries tested =  

Revision as of 17:37, 25 April 2019


Introduction

This tutorial will explain different methods attempted in getting multiple sounds to play concurrently, as well as the method that was most valuable.

Libraries tested

  • pydub
  • multiprocessing
  • multithreading
  • swmixer
  • pygame

Pydub and Pygame

Multiprocessing and Multithreading

Multithreading with Swmixer

Pygame with Channels

Link to project

Laser Harp