我目前正在尝试使用树莓派3上的GPIO针对一些圣诞灯进行编程,并且指示灯工作正常,所以我决定给它添加一些圣诞音乐。当使用Pygame时,Python不会让我使用.mp3文件,它只允许我播放某些.wav文件,所以当我从http://www.thewavsite.com/christmas.htm下载一些圣诞歌曲时,它们都没有用。我将附上我使用的代码。我希望你能帮到我。
import pygame
pygame.mixer.init()
s = pygame.mixer.Sound("all_i_want_for_christmas.wav")
s.play()
print "Happy christmas!!"
答案 0 :(得分:2)
我使用Linux命令import { Directive, ElementRef,Renderer,Input} from '@angular/core';
@Directive({
selector: '[x-version]'
})
export class XVersion {
@Input versions;
constructor(elementRef: ElementRef, renderer: Renderer) {
//Use elementRef, renderer, and this.version to manipulate the Dom here
}
}
和file
检查了一首圣诞歌曲,两者都显示此ffprobe
使用.wav
压缩:)
在与mp3
一起使用之前,您必须转换为真实wav
。
PyGame
显示
file
A Christmas To Remember - Kenny Rogers & Dolly Parton.wav:
RIFF (little-endian) data, WAVE audio, MPEG Layer 3, mono 22050 Hz
显示
ffprobe