audiovisualizer


Nameaudiovisualizer JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryVisaualize audio stream in terminal
upload_time2023-01-11 08:47:08
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 tracksuitdev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords audio visualize stream frames
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Audio Visualizer

Visual representation of audio stream in terminal. Also provides helpful functions for
turning an audio stream into a representation that is friendly for graphical representation.
This is done by scaling the values in stream and interpolating them to create a stream
of frames for given fps, width and height.

```
usage: visualizer [-h] [-t TYPE] [-f FPS] [-w WIDTH] [-he HEIGHT] [-c CHAR]
                  [-d] [-ns]
                  filename

visualize audio

positional arguments:
  filename              path to audio file

options:
  -h, --help            show this help message and exit
  -t TYPE, --type TYPE  file type of the audio file
  -f FPS, --fps FPS     frames per second for the graphical representation of
                        audio
  -w WIDTH, --width WIDTH
                        width of graphical representation of audio
  -he HEIGHT, --height HEIGHT
                        height of the graphical representation of audio
  -c CHAR, --char CHAR  char used to represent graph point
  -d, --debug           prints the number of skipped frames
  -ns, --nosync         do not sync graph with audio
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "audiovisualizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "audio,visualize,stream,frames",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/85/5e/9943474a1cce4621d48a3b6286472052b524c7b60b28aaca77233ba4e2f2/audiovisualizer-1.0.2.tar.gz",
    "platform": null,
    "description": "# Audio Visualizer\n\nVisual representation of audio stream in terminal. Also provides helpful functions for\nturning an audio stream into a representation that is friendly for graphical representation.\nThis is done by scaling the values in stream and interpolating them to create a stream\nof frames for given fps, width and height.\n\n```\nusage: visualizer [-h] [-t TYPE] [-f FPS] [-w WIDTH] [-he HEIGHT] [-c CHAR]\n                  [-d] [-ns]\n                  filename\n\nvisualize audio\n\npositional arguments:\n  filename              path to audio file\n\noptions:\n  -h, --help            show this help message and exit\n  -t TYPE, --type TYPE  file type of the audio file\n  -f FPS, --fps FPS     frames per second for the graphical representation of\n                        audio\n  -w WIDTH, --width WIDTH\n                        width of graphical representation of audio\n  -he HEIGHT, --height HEIGHT\n                        height of the graphical representation of audio\n  -c CHAR, --char CHAR  char used to represent graph point\n  -d, --debug           prints the number of skipped frames\n  -ns, --nosync         do not sync graph with audio\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 tracksuitdev  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Visaualize audio stream in terminal",
    "version": "1.0.2",
    "split_keywords": [
        "audio",
        "visualize",
        "stream",
        "frames"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a0fff8c38fe46ae06f721475370748ef6bca034df628df4fd12c5f9a82ff789",
                "md5": "6488a719d5da9fa7c6670bda2c349b9b",
                "sha256": "a718789c7ea242c8e0be4502471597bc95619819277d347efff263a2b18f3182"
            },
            "downloads": -1,
            "filename": "audiovisualizer-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6488a719d5da9fa7c6670bda2c349b9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5712,
            "upload_time": "2023-01-11T08:47:06",
            "upload_time_iso_8601": "2023-01-11T08:47:06.698942Z",
            "url": "https://files.pythonhosted.org/packages/1a/0f/ff8c38fe46ae06f721475370748ef6bca034df628df4fd12c5f9a82ff789/audiovisualizer-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "855e9943474a1cce4621d48a3b6286472052b524c7b60b28aaca77233ba4e2f2",
                "md5": "a7a99172dc28ac94fda767a8daa97d1d",
                "sha256": "b04b9ed4915d584faf4ff7dcbf0e042319fe6624044a26995175d369c6446102"
            },
            "downloads": -1,
            "filename": "audiovisualizer-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7a99172dc28ac94fda767a8daa97d1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4845,
            "upload_time": "2023-01-11T08:47:08",
            "upload_time_iso_8601": "2023-01-11T08:47:08.191897Z",
            "url": "https://files.pythonhosted.org/packages/85/5e/9943474a1cce4621d48a3b6286472052b524c7b60b28aaca77233ba4e2f2/audiovisualizer-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-11 08:47:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "audiovisualizer"
}
        
Elapsed time: 0.03421s