forked from amberwhitehead/swmixer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPKG-INFO
More file actions
20 lines (19 loc) · 945 Bytes
/
Copy pathPKG-INFO
File metadata and controls
20 lines (19 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Metadata-Version: 1.0
Name: SWMixer
Version: 0.1.4
Summary: An advanced software mixer for sound playback and recording
Home-page: http://code.google.com/p/pygalaxy/
Author: Nathan Whitehead
Author-email: nwhitehe@gmail.com
License: UNKNOWN
Description:
This module implements a realtime sound mixer suitable for use in
games or other audio applications. It supports loading sounds in
uncompressed WAV format and also MP3 format. It can mix several
sounds together during playback. The volume and position of each
sound can be finely controlled. Sounds are automatically resampled
and stereo converted for correct playback. Samples can also be looped
any number of times. Longer sounds can be streamed from a file to
save memory. In addition, the mixer supports audio input during
playback (if supported in pyaudio with your sound card).
Platform: UNKNOWN