beetbox / beetbox/audioread

In memory decoding

Open
#53 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
538
Forks
112
PR merge metrics
No merged PRs in 30d

Description

Hi guys!
I have audio files contents stored in-memory and need to decode audio. In current version all backends accept pathlike argument (which is then passed to `open()`).

Are there any plans to extend your interface to also accept streams of data (e.g. `BytesIO`)?

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the common decoder interface and the backend entry points that currently receive path-like arguments and pass them to open(). Define the supported stream behavior, then verify that the backends can decode in-memory data consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.