1. 首页
  2. 数据库
  3. 其它
  4. python使用PyGame播放Midi和Mp3文件的方法

python使用PyGame播放Midi和Mp3文件的方法

上传者: 2021-01-17 02:36:02上传 PDF文件 33.92KB 热度 16次
本文实例讲述了python使用PyGame播放Midi和Mp3文件的方法。分享给大家供大家参考。具体实现方法如下: ''' pg_midi_sound101.py play midi music files (also mp3 files) using pygame tested with Python273/331 and pygame192 by vegaseat ''' import pygame as pg def play_music(music_file): ''' stream music with mixer.music module in blocking mann
下载地址
用户评论