You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Leszek Sliwko (Jira)" <ji...@apache.org> on 2022/01/03 00:19:00 UTC

[jira] [Updated] (TIKA-3637) Adding sox audio tool to external parsers

     [ https://issues.apache.org/jira/browse/TIKA-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leszek Sliwko updated TIKA-3637:
--------------------------------
    Description: 
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

  was:
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


> 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)