audiobackend


Nameaudiobackend JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryHigh-quality audio playback library with DSD support and efficient buffer management
upload_time2024-12-30 20:38:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseGPL-3.0-or-later
keywords audio playback dsd sound music player high-quality buffer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # audiobackend

A high-quality audio playback library for Python with DSD support and efficient buffer management.

## Features

- High-quality audio playback with various formats support (MP3, WAV, FLAC, DSD)
- Efficient buffer management for optimal memory usage
- Automatic sample rate detection and resampling
- Thread-safe implementation
- Simple and intuitive API

## Installation

```bash
pip install audiobackend
```

### Requirements

- Python 3.7 or higher
- FFmpeg (required by PyAV)

#### System Dependencies

Ubuntu/Debian:
```bash
sudo apt-get install libav-tools portaudio19-dev
```

macOS:
```bash
brew install ffmpeg portaudio
```

Windows:
- FFmpeg and PortAudio are included in the package dependencies

## Quick Example

```python
from audiobackend import AudioBackend

player = AudioBackend()
player.load_file("music.mp3")
player.play()
```

## Documentation

For detailed information about usage, API reference, and advanced features, visit our [documentation](https://niamorro.github.io/audiobackend/).

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "audiobackend",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "audio, playback, DSD, sound, music, player, high-quality, buffer",
    "author": null,
    "author_email": "Niamorro <niamorrodev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/dd/b1/549fa26a41ee3fedc8738c5562deaa3071b4addd945b231abfec75b4bae2/audiobackend-0.1.0.tar.gz",
    "platform": null,
    "description": "# audiobackend\n\nA high-quality audio playback library for Python with DSD support and efficient buffer management.\n\n## Features\n\n- High-quality audio playback with various formats support (MP3, WAV, FLAC, DSD)\n- Efficient buffer management for optimal memory usage\n- Automatic sample rate detection and resampling\n- Thread-safe implementation\n- Simple and intuitive API\n\n## Installation\n\n```bash\npip install audiobackend\n```\n\n### Requirements\n\n- Python 3.7 or higher\n- FFmpeg (required by PyAV)\n\n#### System Dependencies\n\nUbuntu/Debian:\n```bash\nsudo apt-get install libav-tools portaudio19-dev\n```\n\nmacOS:\n```bash\nbrew install ffmpeg portaudio\n```\n\nWindows:\n- FFmpeg and PortAudio are included in the package dependencies\n\n## Quick Example\n\n```python\nfrom audiobackend import AudioBackend\n\nplayer = AudioBackend()\nplayer.load_file(\"music.mp3\")\nplayer.play()\n```\n\n## Documentation\n\nFor detailed information about usage, API reference, and advanced features, visit our [documentation](https://niamorro.github.io/audiobackend/).\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "High-quality audio playback library with DSD support and efficient buffer management",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://niamorro.github.io/audiobackend/",
        "Homepage": "https://github.com/Niamorro/audiobackend",
        "Issues": "https://github.com/Niamorro/audiobackend/issues",
        "Repository": "https://github.com/Niamorro/audiobackend.git"
    },
    "split_keywords": [
        "audio",
        " playback",
        " dsd",
        " sound",
        " music",
        " player",
        " high-quality",
        " buffer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c987909dc3649cd8e634a52bdf21cf6a666ce063dce1cb9e8c4bbfcd26c781c",
                "md5": "cdf47cda2acfb848acd535a3924011bf",
                "sha256": "9b624bdad374db929376553a70c3c96751b49a98f1dcdcbc1e621d9eb2f10b96"
            },
            "downloads": -1,
            "filename": "audiobackend-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdf47cda2acfb848acd535a3924011bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19512,
            "upload_time": "2024-12-30T20:38:00",
            "upload_time_iso_8601": "2024-12-30T20:38:00.041456Z",
            "url": "https://files.pythonhosted.org/packages/0c/98/7909dc3649cd8e634a52bdf21cf6a666ce063dce1cb9e8c4bbfcd26c781c/audiobackend-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddb1549fa26a41ee3fedc8738c5562deaa3071b4addd945b231abfec75b4bae2",
                "md5": "dfbe49777b7bf9ba3dd340635b6c0554",
                "sha256": "1a68ed7f7ff898a5cc57ca6aad5f2b8a66c9bdf8fd781885affa82c6e6eb62a9"
            },
            "downloads": -1,
            "filename": "audiobackend-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dfbe49777b7bf9ba3dd340635b6c0554",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9388344,
            "upload_time": "2024-12-30T20:38:02",
            "upload_time_iso_8601": "2024-12-30T20:38:02.668051Z",
            "url": "https://files.pythonhosted.org/packages/dd/b1/549fa26a41ee3fedc8738c5562deaa3071b4addd945b231abfec75b4bae2/audiobackend-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 20:38:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Niamorro",
    "github_project": "audiobackend",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "audiobackend"
}
        
Elapsed time: 1.18322s