Skip to main content

No project description provided

Project description

Speaking Clock Detection

This tool can be used to detect on which channel a speaking clock is present. It only works on stereo audio files, where either the left or right channel contain only the speaking clock. This tool has only been tested with the French official Speaking Clock.

Installation

pip3 install speaking-clock-detection

Usage

The help is available with the following command:

speaking_clock_detection --help
options:
  -h, --help            show this help message and exit
  -m MEDIA, --media MEDIA
                        full path to media to analyze
  -t TMPDIR, --tmpdir TMPDIR
                        Temporary directory used to store intermediate files. Should be a fast access
                        directory such as Ram Disk or SSD hard drive. Default value: /dev/shm (linux ram
                        disk)
  -o OUTPUT, --output OUTPUT
                        output file for the result. Default value: /dev/stdout.
  -f FFMPEG, --ffmpeg FFMPEG
                        Full path to ffmpeg binary. If not provided, this will used default binary
                        installed on the system. This program has been tested with ffmpeg version
                        2.8.8-0ubuntu0.16.04.1

Example

The tool can be used like this:

speaking_clock_detection \
	--media /file/to/detect/speaking_clock.wav

It will output one of the three following values:

  • SPEAKING_CLOCK_TRACK followed by the channel track id (typically 0 or 1)
  • SPEAKING_CLOCK_NONE if no speaking clock has been detected
  • SPEAKING_CLOCK_MULTIPLE if multiple speaking clocks have been detected (this is usually an error)

Python Usage

Python example using the WavExtractor :

from inaudible import WavExtractor

wav_file = "/file/to/detect/speaking_clock.wav"
output_file = "/outputpath/speaking_clock.wav"

# init the speaking clock detection by setting `detect_clock=True`
wext = WavExtractor(
    detect_clock=True,
    detect_clock_dur=60*10,
    detect_phase_dur=120
)

# detect the speaking clock and export the right channel
dret = wext(wav_file, output_file)

# print the result
print(dret)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speaking_clock_detection-1.1.2.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

speaking_clock_detection-1.1.2-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file speaking_clock_detection-1.1.2.tar.gz.

File metadata

  • Download URL: speaking_clock_detection-1.1.2.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for speaking_clock_detection-1.1.2.tar.gz
Algorithm Hash digest
SHA256 fdb17faf71135dc77551627629c221b8ca89220464db734aaef6371534d93e4c
MD5 f692bf72c15a4bd42ce9aa7de14dbc7f
BLAKE2b-256 aa0a74a355ad3965c1216bbb2fbd3ae8bb9785a014c5bdbb0b728592b13ceee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for speaking_clock_detection-1.1.2.tar.gz:

Publisher: python-publish.yml on ina-foss/speaking-clock-detection

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file speaking_clock_detection-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for speaking_clock_detection-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f7c7106fc3ac0dd99ab736b5cc5e6dd4bffd0220f02e105b5590cd6e460345cf
MD5 797ef29474af4af5a595dd21c74d79f2
BLAKE2b-256 193e7f3272cd50c93cd91bcd5050d2f38c170fc7567a5a19e401e4de5c8bb14a

See more details on using hashes here.

Provenance

The following attestation bundles were made for speaking_clock_detection-1.1.2-py3-none-any.whl:

Publisher: python-publish.yml on ina-foss/speaking-clock-detection

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page