Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 24-bit in the sunau module #63460

Closed
serhiy-storchaka opened this issue Oct 14, 2013 · 2 comments
Closed

Add support for 24-bit in the sunau module #63460

serhiy-storchaka opened this issue Oct 14, 2013 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 19261
Nosy @serhiy-storchaka
Files
  • sunau_pcm24.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2013-11-10.19:06:48.674>
    created_at = <Date 2013-10-14.16:17:27.194>
    labels = ['type-feature', 'library']
    title = 'Add support for 24-bit in the sunau module'
    updated_at = <Date 2013-11-10.19:06:48.673>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2013-11-10.19:06:48.673>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2013-11-10.19:06:48.674>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2013-10-14.16:17:27.194>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['32122']
    hgrepos = []
    issue_num = 19261
    keywords = ['patch']
    message_count = 2.0
    messages = ['199923', '202553']
    nosy_count = 2.0
    nosy_names = ['python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue19261'
    versions = ['Python 3.4']

    @serhiy-storchaka
    Copy link
    Member Author

    Here is a simple patch which adds support for writing 24-bit samples in the sunau module.

    Actually the sunau module already supports reading 24-bit samples and AUDIO_FILE_ENCODING_LINEAR_24 mentioned as supported encoding. So perhaps this should be considered as a bugfix.

    @serhiy-storchaka serhiy-storchaka self-assigned this Oct 14, 2013
    @serhiy-storchaka serhiy-storchaka added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Oct 14, 2013
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 10, 2013

    New changeset d2cc6254d399 by Serhiy Storchaka in branch 'default':
    Issue bpo-19261: Added support for writing 24-bit samples in the sunau module.
    http://hg.python.org/cpython/rev/d2cc6254d399

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant