Skip to main content

Recognize and Visualize Songs in Your CLI

Project description


Pyzam logo Pyzam logo



https://pepy.tech/project/pyzam https://pepy.tech/project/pyzam

Pyzam is a free CLI music recognition tool for audio and mixtapes in Python.

Pyzam usage

Installation

Dependencies

Pyzam requires ffmpeg installed.

Installation

Using uv (recommended):

uv tool run pyzam --speaker

Using pip:

$ pip install pyzam

Using environment.yml with Conda (installs ffmpeg for you):

conda env create -n pyzam --file=environment.yml

conda activate pyzam

Usage

Using uv:

uv tool run pyzam --speaker

Using pip:

# Listen to speaker (5 seconds by default)
pyzam --speaker

# Listen to microphone
pyzam --microphone

# Listen to audio files
pyzam --input audio_file.mp3

# Listen to audio via URL
pyzam --url "https://archive.org/download/09-hold-me-in-your-arms/02%20-%20Never%20Gonna%20Give%20You%20Up.mp3"
# Loop the recognition continously and save the logs as CSV file
pyzam --speaker -d 10 --write --loop

# Listen to mixtapes and save the logs as CSV file
pyzam --input audio_file.mp3 --duration 12 --mixtape

See pyzam --help for more options.

Options

Argument name Description
--input Detects from the given audio input file.
--microphone, -m Listens to the microphone of your device.
--speaker, -s Listens to the speaker of your device (default).
--url, -u Detects from the given URL to an audio file.
--help, -h Show usage, options and exit.
--duration, -d Length of microphone or speaker recording. Max = 12 seconds.
--quiet, -q Supresses the operation messages (i.e. Recording speaker for X seconds...).
--loop, -l Loop the recognition process indefinitely.
--mixtape Detects every -d seconds for a given input file, only works with --input. --write is enabled automatically.
--json, -j Return the whole Shazamio output in JSON.
--write, -w Writes the output of as a CSV file.

Known Limitations

Shazam API Call Limit (Error 429)

Shazam allows up to 20 requests per minute. Hence, a proxy is recommended to speed up recognition when using --mixtape.

12 Second Duration Limit per request

The maximum sample duration that Shazam allows is 12 seconds. Any audio after 12 seconds will not be recieved by Shazam.

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

pyzam-0.13.2.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

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

pyzam-0.13.2-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file pyzam-0.13.2.tar.gz.

File metadata

  • Download URL: pyzam-0.13.2.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.13

File hashes

Hashes for pyzam-0.13.2.tar.gz
Algorithm Hash digest
SHA256 89b013b72b90178212880b3ceb1569a70dd6c37bb09d7c434b7ffb4523c99091
MD5 652d24285a3de80db67dffc1725bd7c7
BLAKE2b-256 7a66ebebfa088330dcf8f34167f948cfdf5c520c78e365a6c5d97c3547a5a50e

See more details on using hashes here.

File details

Details for the file pyzam-0.13.2-py3-none-any.whl.

File metadata

  • Download URL: pyzam-0.13.2-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.13

File hashes

Hashes for pyzam-0.13.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4dcd1b4b4a29f60012795944e626a19f9e3d6c2abc88343c1ae788ff1ad4bdb7
MD5 f294b749c16d5c10ec62789b2c79ddef
BLAKE2b-256 cbade5b6f3de1696170e8d838486df713a406d158a362e332e376ab50e837d78

See more details on using hashes here.

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