Difference between revisions of "Playing multiple sounds at once"

From ESE205 Wiki
Jump to navigation Jump to search
(Created page with "Category:HowTos Category:Programming = Introduction = This tutorial will explain different methods attempted in getting multiple sounds to play concurrently, as well...")
 
Line 15: Line 15:
 
= Using pydub and pygame=  
 
= Using pydub and pygame=  
 
= Using multiprocessing and multithreading =  
 
= Using multiprocessing and multithreading =  
= Adding swmixer to idea using multithreading =  
+
= Using multithreading with swmixer=
 +
 
 
= using pygame with channels =  
 
= using pygame with channels =  
  
 
= Link to project =
 
= Link to project =
 
[[Laser Harp]]
 
[[Laser Harp]]

Revision as of 17:34, 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 for the Laser Harp.

Libraries tested

  • pydub
  • multiprocessing
  • multithreading
  • swmixer
  • pygame

Using pydub and pygame

Using multiprocessing and multithreading

Using multithreading with swmixer

using pygame with channels

Link to project

Laser Harp