GET /api/v1/ports/py310-torchaudio/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-torchaudio",
    "portdir": "python/py-torchaudio",
    "version": "0.12.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pytorch/audio",
    "description": "Data manipulation and transformation for audio signal processing, powered by PyTorch",
    "long_description": "The aim of torchaudio is to apply PyTorch to the audio domain. By supporting PyTorch, torchaudio follows the same philosophy of providing strong GPU acceleration, having a focus on trainable features through the autograd system, and having consistent style (tensor names and dimension names). Therefore, it is primarily a machine learning library and not a general signal processing library. The benefits of PyTorch can be seen in torchaudio through having all the computations be through PyTorch operations which makes it easy to use and feel like a natural extension.",
    "active": true,
    "categories": [
        "audio",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ninja",
                "py310-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-dill",
                "sox",
                "py310-pytorch",
                "zmq",
                "libomp",
                "ffmpeg",
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-torchaudio"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers"
            ]
        }
    ]
}