Opened 16 months ago
Closed 8 months ago
#1445 closed defect (fixed)
Audio: When indexing audio (reading frame samples) the progress bar doesn't updates (r6387)
| Reported by: | gpower2 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0.0 |
| Component: | Audio | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | Windows | |
| Sub Component: |
Description
When indexing audio (reading frame samples and data), the progress bar doesn't update normally, it either flickers or stays frozen at 0%.
Change History (3)
comment:1 Changed 16 months ago by Plorkyeran
- Milestone 3.0.0 deleted
comment:2 Changed 8 months ago by gpower2
comment:3 Changed 8 months ago by Plorkyeran
- Milestone set to 3.0.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

This issue was fixed when int32 was changed to int64 for the progress reporting.