Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bf9d89

Browse files
AudioPlayer: disable playing progress
1 parent8b7bf23 commit3bf9d89

File tree

1 file changed

+3
-2
lines changed
  • internal_filesystem/apps/com.micropythonos.musicplayer/assets

1 file changed

+3
-2
lines changed

‎internal_filesystem/apps/com.micropythonos.musicplayer/assets/audio_player.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ def scale_audio(buf: ptr8, num_bytes: int, scale_fixed: int):
131131

132132
total=0
133133
whiletotal<data_size:
134-
iftotal%51==0:
135-
print('.',end='')
134+
# Progress:
135+
#if total % 51 == 0:
136+
# print('.', end='')
136137
ifnotAudioPlayer._keep_running:
137138
print("_keep_running = False, stopping...")
138139
break

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp