0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

オーディオプレイヤーを作る DAY6

Posted at

はじめに

Pythonを使ったオーディオプレイヤーの実装過程を順次投稿しています。
前回までの進捗は以下の通りです。

今回実装した内容

  • GUI
    • サイドメニュー
      • ファイル/フォルダ読み込み
      • ファイル/ファイル一覧表示の切り替え
      • 波形表示のオンオフ
    • 歌詞表示
  • 機能
    • フォルダ読み込み
    • 歌詞の表示
    • 波形表示のオンオフ

ソースコード

環境

Windows11
Python3.12.7

動作イメージ

備考

  • オーディオファイルはWAVとMP3だけに対応
    • 他のフォーマットは次回以降に対応
  • CTkTableが重い。cellの数が100を超えるような表を、widgetを並べて作るとものすごい重い。

おわりに

次回に続きます。
Qiitaの作法やソースコードに関するアドバイス、質問などがありましたらコメント欄までお願いします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?