Thanks to visit codestin.com
Credit goes to github.com

Skip to content

audio_input overflow when recording for more than one hour #10373

@stijnhoskens

Description

@stijnhoskens

Checklist

  • I have searched the existing issues for similar issues.
  • I added a very descriptive title to this issue.
  • I have provided sufficient information below to help reproduce this issue.

Summary

Whenever the audio_input records for more than one hour, the minutes display simply overflows and it looks like the timer is reset.
See the GIF below

Image

Reproducible Code Example

import streamlit a st

audio_input = st.audio_input(label="Record")

Steps To Reproduce

  1. Start recording
  2. Wait for one hour
  3. See the timer 'reset'

Expected Behavior

See 1:00:00 appear.

Current Behavior

No response

Is this a regression?

  • Yes, this used to work in a previous version.

Debug info

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:st.audio_inputRelated to the `st.audio_input` widgetpriority:P3Medium prioritystatus:confirmedBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions