Skip to content

Commit 423e982

Browse files
committed
examples: minor changes in examples
1 parent 55069e8 commit 423e982

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/custom_manager.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def file_handle(filename, ext):
99
# note: low buffer settings that drop audio quality
1010
# for ilustratory reasons
1111
manager = core.Manager(
12+
device=core.DEVICE_DEFAULT,
1213
thread_policy=core.THREAD_MULTI,
1314
)
1415
mixer = core.Mixer(manager)

examples/play.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def finished(sound):
1010

1111

1212
def file_handle(filename, ext):
13-
print("will load %s as %s" % (filename, ext))
1413
sound = core.Sound(filename, ext)
1514
sound.play(finished)
1615

0 commit comments

Comments
 (0)