Feature #1172
Exported pitch track should represent absent frames with frequency 0
Status: | Closed | Start date: | 2015-03-31 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Chris Cannam | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
(Couldn't find an issue for this long-standing request)
Many evaluation tools expect pitch tracks to be expressed in a format in which "absent" (unvoiced) frames are not just skipped, but instead associated with a special frequency value such as 0.
Tony v0.6 doesn't do this, instead it skips any frames that have no associated pitch values and omits them from the export.
We should make it export the absent frames with 0Hz frequency instead.
Related issues
History
#1 Updated by Chris Cannam over 9 years ago
Fixed as of 6e8e85edfd48
However, we now need to take care when importing a pitch track that we discard any values with frequency <= 0 (otherwise they'll give us wrong results in e.g. median calculations).
#2 Updated by Chris Cannam over 9 years ago
- Status changed from New to Resolved
The latter bit is now done as of 692852208b6c
#3 Updated by Chris Cannam over 9 years ago
- Duplicates Feature #958: export unvoiced frames as 0 frequency added
#4 Updated by Chris Cannam over 9 years ago
- Status changed from Resolved to Closed