[
https://issues.apache.org/jira/browse/TIKA-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467736#comment-17467736
]
ASF GitHub Bot commented on TIKA-3637:
--------------------------------------
lsliwko commented on pull request #282:
URL: https://github.com/apache/tika/pull/282#issuecomment-1003805624
Sorry, you were right the code was duplicated in
https://github.com/apache/tika/pull/451.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Adding sox audio tool to external parsers
> -----------------------------------------
>
> Key: TIKA-3637
> URL: https://issues.apache.org/jira/browse/TIKA-3637
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Reporter: Leszek Sliwko
> Priority: Minor
>
> Sox tool correctly pulls duration from wav files. I haven't seen any tests
> for external parsers anywhere.
> Sample output from sox --info duration-test-3.wav:
> Input File : 'duration-test-3.wav'
> Channels : 1
> Sample Rate : 44100
> Precision : 16-bit
> Duration : 00:00:02.50 = 110298 samples = 187.582 CDDA sectors
> File Size : 221k
> Bit Rate : 706k
> Sample Encoding: 16-bit Signed Integer PCM
>
> Pull request: https://github.com/apache/tika/pull/282
--
This message was sent by Atlassian Jira
(v8.20.1#820001)