Skip to main content

Stub-only package containing type information for pydub

Project description

pydub-stubs

Pydub version: 0.25.1

pydub-stubs provides type information for Pydub.
Only the public interface is guaranteed to be typed, however there are type definitions for some private and undocumented functions.

pip install pydub-stubs

Anticipated Questions

Q: Why is AudioSegment.some_effect(...) missing?

You need to import it as a function from pydub.effects.

Q: What is _Metadata and _PartialMetadata?

These are legacy types that have been replaced by the channels, frame_rate, and sample_rate keyword arguments.


Changelog

Version 0.25.1.2

  • Added pathlib.Path to _PathLike
    Allows you to use Path objects in place of strings without being yelled at. (thanks, @qthequartermasterman!)

Version 0.25.1.1

  • Removed literal type fallback overloads
    The fallbacks removed all the advantages of using literals at all.

  • Modernized the type stubs
    Uses new union syntax, and more. (#2 and #3 - thanks, @Viicos!)

  • Add WavSubChunk, WavData, and undocumented functions
    These previously existed and were available but were untyped. (thanks again, @Viicos!)

Previous versions

Version 0.25.1.0

  • Added v0.25.0 features
    This includes pydub.scipy_effects.eq and new classmethod parameters.

  • Signatures now use literals where possible
    Overloaded implementations exist as a fallback.

  • Added missing modules
    pydub.silence and pydub.utils

Version 0.24.1.9

  • Add undocumented parameter of AudioSegment.from_file
    read_ahead_limit is absent from the documentation but is a supported keyword argument.

Version 0.24.1.8

  • Export other modules
    Adds exports for effects, exceptions, generators, playback, and scipy_effects

Version 0.24.1.7

  • Added AudioSegment._spawn (again)
    This was accidentally removed in an earlier version.

  • Improved pydub.effects.invert_phase
    This is technically less accurate as (0, 0) is equivalent to (0, 1).

Version 0.24.1.6

  • Removed testing symbols from pydub.audio_segment

Version 0.24.1.5

  • Fixed AudioSegment.export
    First param is named out_f and isn't required.

Version 0.24.1.4

  • Improved signature of AudioSegment.from_file
    The keyword arguments for raw/PCM audio don't require format to be set to either raw or pcm.

  • Fixed package exports
    Exports AudioSegment from __init__.py.

Version 0.24.1.3

  • Fixed overloads of AudioSegment.fade
    Exactly two of start, end, and duration must be given.

Version 0.24.1.2

  • Improved AudioSegment.fade
    Changed to use overloads to prevent invalid method calls.

  • Improved AudioSegment.from_mono_audiosegments
    Use a positional-only parameter to ensure there's at least 1 argument.

Version 0.24.1.1

  • Fixed AudioSegment.__init__
    Use overloads to model correct parameters.

  • Fixed AudioSegment._spawn
    Parameter overrides accepts a partial dictionary.

  • Fixed pydub.scipy_effects.high_pass_filter
    Parameter order should be int, not float.

Version 0.24.1.0

Released

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

pydub_stubs-0.25.1.2.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

pydub_stubs-0.25.1.2-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file pydub_stubs-0.25.1.2.tar.gz.

File metadata

  • Download URL: pydub_stubs-0.25.1.2.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.6 Darwin/24.0.0

File hashes

Hashes for pydub_stubs-0.25.1.2.tar.gz
Algorithm Hash digest
SHA256 24969a0fa2ab20d4fc688faae76cac3bbd2707c240097d3050809a1dd519d99a
MD5 4aa6eb441b3696366139a9a0bb310305
BLAKE2b-256 3692aecd3e966c2007cb39f3b5d4049342da65e8659e84b1059bae788bb0995c

See more details on using hashes here.

File details

Details for the file pydub_stubs-0.25.1.2-py3-none-any.whl.

File metadata

  • Download URL: pydub_stubs-0.25.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.6 Darwin/24.0.0

File hashes

Hashes for pydub_stubs-0.25.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 70d9ca585cf190616a15d5415259ebdf55a78cd248f68095e4d0798ca8e568da
MD5 390592cab0b2d6ef2ec7d9c149a8f59a
BLAKE2b-256 fed5ed4257ce62afad75347a8fff8da6560cf2de474bffdcbb6479ccd595f7b7

See more details on using hashes here.

Supported by

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