Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / audeering/audiofile issues and pull requests

#155 - Release 1.5.0

Pull Request - State: closed - Opened by hagenw 2 months ago

#154 - No RuntimeError raised for missing file

Issue - State: open - Opened by hagenw 2 months ago
Labels: bug

#153 - Add audiofile.has_video()

Pull Request - State: closed - Opened by hagenw 2 months ago - 4 comments

#152 - TST: make compatible with numpy 2.0

Pull Request - State: closed - Opened by hagenw 4 months ago

#151 - CI: update Actions, Python 3.10 as default

Pull Request - State: closed - Opened by hagenw 4 months ago

#150 - Release 1.4.0

Pull Request - State: closed - Opened by hagenw 8 months ago

#149 - Use ruff formatter as pre-commit

Pull Request - State: closed - Opened by hagenw 8 months ago - 1 comment

#148 - Depend on audmath>=1.3.0

Pull Request - State: closed - Opened by hagenw 8 months ago - 1 comment

#147 - DOC: fix supported signal shapes in write()

Pull Request - State: closed - Opened by hagenw 8 months ago

#146 - Add support for writing to MP3 files

Pull Request - State: closed - Opened by hagenw 8 months ago - 2 comments

#145 - Handle MP3 files with soundfile

Pull Request - State: closed - Opened by hagenw 9 months ago - 3 comments

#144 - DOC: update benchmark results

Pull Request - State: closed - Opened by hagenw 9 months ago

#143 - DOC: add README for benchmark code

Pull Request - State: closed - Opened by hagenw 9 months ago - 1 comment

#142 - DOC: fix links to soundfile documentation

Pull Request - State: closed - Opened by hagenw 9 months ago

#141 - Avoid extra call of safe_path in file_extension()

Pull Request - State: closed - Opened by hagenw 9 months ago - 9 comments

#140 - Release 1.3.2

Pull Request - State: closed - Opened by hagenw 10 months ago

#139 - Use libsndfile for reading MP3 files

Pull Request - State: closed - Opened by hagenw 10 months ago - 4 comments

#138 - Add support for Python 3.12

Pull Request - State: closed - Opened by hagenw 10 months ago

#137 - CI: fix parsing of changelog for release

Pull Request - State: closed - Opened by hagenw 10 months ago

#136 - Release 1.3.1

Pull Request - State: closed - Opened by hagenw 10 months ago

#135 - DOC benchmark: remove aubio, use Python 3.10

Pull Request - State: closed - Opened by hagenw 10 months ago

#134 - CI: simplify changelog parsing

Pull Request - State: closed - Opened by hagenw 10 months ago - 1 comment

#133 - CI: fix publishing to PyPI with 2FA

Pull Request - State: closed - Opened by hagenw 10 months ago

#132 - DOC: add ipykernel as dependency

Pull Request - State: closed - Opened by hagenw 12 months ago

#131 - Use importlib.metadata instead of pkg_resources

Pull Request - State: closed - Opened by hagenw 12 months ago - 1 comment

#130 - CI: fix changelog stage of publish Action

Pull Request - State: closed - Opened by hagenw about 1 year ago

#129 - CI: update publish Action to use new env variables

Pull Request - State: closed - Opened by hagenw about 1 year ago

#128 - Release 1.3.0

Pull Request - State: closed - Opened by hagenw about 1 year ago

#127 - CI: use setup-micromamba GitHub Action

Pull Request - State: closed - Opened by hagenw about 1 year ago

#126 - Remove support for Python 3.7

Pull Request - State: closed - Opened by hagenw about 1 year ago

#125 - Switch project to use pyproject.toml

Pull Request - State: closed - Opened by hagenw about 1 year ago - 1 comment

#124 - Evenly round offset/duration to samples

Pull Request - State: closed - Opened by hagenw about 1 year ago - 3 comments

#123 - Release 1.2.1

Pull Request - State: closed - Opened by hagenw over 1 year ago

#122 - CI: fix doc test and doc publishing

Pull Request - State: closed - Opened by hagenw over 1 year ago

#121 - Release 1.2.0

Pull Request - State: closed - Opened by hagenw over 1 year ago

#120 - TST: test non SND files for negative durations

Pull Request - State: closed - Opened by hagenw over 1 year ago

#119 - Use libsndfile for reading/writing MP3

Issue - State: closed - Opened by hagenw over 1 year ago

#118 - Allow duration and offset to be negative

Pull Request - State: closed - Opened by hagenw over 1 year ago - 2 comments

#117 - Fix: make sure normalize is applied in convert_to_wav()

Pull Request - State: closed - Opened by hagenw over 1 year ago - 1 comment

#116 - Normalize argument ignored in convert_to_wav()

Issue - State: closed - Opened by hagenw over 1 year ago
Labels: bug

#115 - Handle negative duration and offset values

Issue - State: closed - Opened by hagenw over 1 year ago - 7 comments

#114 - DOC: add audresample resample()/remix() examples

Pull Request - State: closed - Opened by hagenw over 1 year ago

#113 - Fix: calling mediainfo in the info sub-module

Pull Request - State: closed - Opened by hagenw over 1 year ago - 1 comment

#112 - CI: fix installation of mediainfo on MacOS

Pull Request - State: closed - Opened by hagenw over 1 year ago

#111 - Fix: support for non SND files on Windows network shares

Pull Request - State: closed - Opened by Damix48 over 1 year ago - 4 comments

#110 - Read audio with specific sampling rate and option for mixdown

Issue - State: closed - Opened by frankenjoe over 1 year ago - 2 comments

#109 - Support units and samples for duration/offset

Pull Request - State: closed - Opened by hagenw over 1 year ago - 3 comments

#108 - Add sampling_rate argument to convert_to_wav()

Issue - State: closed - Opened by hagenw over 1 year ago - 2 comments
Labels: enhancement, question

#107 - DOC: require sphinx-audeering-theme>=1.2.1

Pull Request - State: closed - Opened by hagenw over 1 year ago

#106 - Allow outfile=None in convert_to_wav()

Pull Request - State: closed - Opened by hagenw over 1 year ago - 7 comments

#105 - Return WAV path in convert_to_path()

Pull Request - State: closed - Opened by hagenw over 1 year ago - 1 comment

#104 - WIP: TST: add test for out-of-bounds offset in read()

Pull Request - State: open - Opened by hagenw over 1 year ago

#103 - Allow outfile in convert_to_wav() to be None

Issue - State: closed - Opened by hagenw over 1 year ago
Labels: enhancement

#102 - Add return value to convert_to_wav()

Issue - State: closed - Opened by hagenw over 1 year ago
Labels: enhancement

#101 - DOC: add docstring examples

Pull Request - State: closed - Opened by hagenw over 1 year ago - 3 comments

#100 - CI: use micromamba instead of conda for sox

Pull Request - State: closed - Opened by hagenw over 1 year ago

#99 - Ensure convert_to_wav() creates desired WAV file

Pull Request - State: closed - Opened by hagenw over 1 year ago - 3 comments

#98 - CI: fix release name

Pull Request - State: closed - Opened by hagenw over 1 year ago

#97 - TST: use pre-commit for flake8 checks

Pull Request - State: closed - Opened by hagenw over 1 year ago

#96 - Release 1.1.1

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#95 - Add examples to the docstring

Issue - State: closed - Opened by hagenw almost 2 years ago
Labels: enhancement

#94 - DOC: split up into sub-pages per class/function

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#93 - Add support for Python 3.11

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#92 - Add support for Python 3.10

Pull Request - State: closed - Opened by hagenw almost 2 years ago - 1 comment

#91 - CI: update Github Action versions

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#90 - TST: set default branch name to main

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#89 - TST: require flake8<5.0.0

Pull Request - State: closed - Opened by hagenw almost 2 years ago

#88 - Reading file may hang if offset is greater than file duration

Issue - State: open - Opened by frankenjoe about 2 years ago - 3 comments
Labels: bug

#87 - Benchmark partial file reading

Issue - State: open - Opened by frankenjoe over 2 years ago

#86 - Bump aubio from 0.4.5 to 0.4.9 in /docs/benchmark

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 4 comments
Labels: dependencies

#85 - DOC: add pedalboard to benchmark page

Pull Request - State: closed - Opened by hagenw over 2 years ago - 2 comments

#84 - DOC: update benchmark packages

Pull Request - State: closed - Opened by hagenw over 2 years ago

#83 - Offset and duration in samples

Issue - State: closed - Opened by frankenjoe over 2 years ago - 3 comments

#82 - Remove dependency on pysox

Pull Request - State: closed - Opened by hagenw over 2 years ago - 3 comments

#81 - Remove dependency on pysox

Issue - State: closed - Opened by hagenw over 2 years ago

#80 - Release 1.1.0

Pull Request - State: closed - Opened by hagenw over 2 years ago - 1 comment

#79 - Update license year and authors

Pull Request - State: closed - Opened by hagenw over 2 years ago

#78 - TST: test MP3 file duration in all cases

Pull Request - State: closed - Opened by hagenw over 2 years ago

#77 - Custom FileNotFoundError for missing binaries

Pull Request - State: closed - Opened by hagenw over 2 years ago - 1 comment

#76 - DOC: fix error description for convert_to_wav()

Pull Request - State: closed - Opened by hagenw over 2 years ago

#75 - Allow sox binary to be missing

Pull Request - State: closed - Opened by hagenw over 2 years ago - 2 comments

#74 - TST: don't require sox in tests

Pull Request - State: closed - Opened by hagenw over 2 years ago

#73 - Use soundfile for SND files in convert_to_wav()

Pull Request - State: closed - Opened by hagenw over 2 years ago - 1 comment

#72 - TST: enable MP3 tests under Windows

Pull Request - State: closed - Opened by hagenw over 2 years ago

#71 - Make sure we raise RuntimeError for broken files

Pull Request - State: closed - Opened by hagenw over 2 years ago - 1 comment

#70 - TST: separate test for building documentation

Pull Request - State: closed - Opened by hagenw over 2 years ago

#69 - Allow missing sox binary

Pull Request - State: closed - Opened by hagenw over 2 years ago - 14 comments

#68 - TST: fix installation of sox under Windows

Pull Request - State: closed - Opened by hagenw over 2 years ago - 3 comments

#67 - DOC: fix typo in benchmark instructions

Pull Request - State: closed - Opened by hagenw over 2 years ago

#66 - WIP: Remove sox

Pull Request - State: closed - Opened by hagenw over 2 years ago - 1 comment

#65 - Investigate if we can remove sox

Issue - State: closed - Opened by hagenw over 2 years ago - 11 comments

#64 - WIP: Use ffmpeg when sox binary is missing

Pull Request - State: closed - Opened by hagenw over 2 years ago - 12 comments

#63 - TST: test for missing files

Pull Request - State: closed - Opened by hagenw over 2 years ago - 2 comments

#62 - Fallback if sox is not available

Issue - State: closed - Opened by frankenjoe over 2 years ago - 13 comments

#61 - Remove Python 3.6 support

Pull Request - State: closed - Opened by hagenw over 2 years ago

#60 - Update Python package metadata syntax

Pull Request - State: closed - Opened by hagenw almost 3 years ago

#59 - Add benchmark audio files to gitignore

Pull Request - State: closed - Opened by hagenw almost 3 years ago

#58 - Raise RuntimeError for broken files

Pull Request - State: closed - Opened by hagenw almost 3 years ago - 5 comments

#57 - DOC: use new sphinx-audeering-theme

Pull Request - State: closed - Opened by hagenw almost 3 years ago

#56 - Ensure auiofile.duration returns 0 for empty files

Pull Request - State: closed - Opened by ChristianGeng almost 3 years ago - 3 comments