Playing multiple sounds at once

From ESE205 Wiki
Revision as of 17:33, 25 April 2019 by Jennifer.fleites (talk | contribs) (Created page with "Category:HowTos Category:Programming = Introduction = This tutorial will explain different methods attempted in getting multiple sounds to play concurrently, as well...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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

Adding swmixer to idea using multithreading

using pygame with channels

Link to project

Laser Harp