W3Schools Tryit Editor
[
フレーム
]
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
import wave with wave.open('audio.wav', 'rb') as wav_file: print(f'Channels: {wav_file.getnchannels()}') print(f'Sample width: {wav_file.getsampwidth()}') print(f'Frame rate: {wav_file.getframerate()}') print(f'Frames: {wav_file.getnframes()}')
Channels: 2
Sample width: 2
Frame rate: 44100
Frames: 132300
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル