![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
audiovisual
Advanced tools
An audio visualizer built using React.
npm install -g audiovisual
audiovisual [flags] [directory]
-s
flag.
.audiovisual.json
in the root of the
folder containing a list of all matched files..{mp3,mp4,m4a}
files using
jsmediatags
-r
option.
Usage: audiovisual [flags] [directory]
[directory]: Directory from which to serve audio files.
If omitted, no audio files will be served.
Flags:
-h=false Print this help message and exit.
-m=[.](mp3|wav|ogg)$ Regular expression to use to match scanned files.
--mflags=i Flags to use in regular expression matching.
-p=10102 Port on which to serve the site.
-s=false Scan the files directory for new files.
-r=false Whether to scan recursively for files.
-q=false Quiet mode; don't output anything to stdout.
npm install audiovisual
const audiovisual = require('audiovisual');
/**
* Configuration options.
*
* @typedef {Object} Options
*
* @property {string} [filesDir] - Directory from which to serve audio files.
* If omitted, no audio files will be served.
* @property {boolean} [scan] - `true` to scan `filesDir` for updated files.
* @property {boolean} [recursive] - `true` to scan recursively.
* @property {RegExp} [filesMatch=/[.](mp3|wav|ogg)$/i] - Regular expression to
* use to match files during scanning.
* @property {boolean} [quiet] - `true` for quiet mode; don't output anything to
* `stdout`.
*/
const options = {};
const app = audiovisual(options);
Several build-related scripts are included that can be run using
npm run <script>
:
doc
: generates HTML documentation and places it into doc
lint
: runs eslint on all source filesbuild
: builds the project and places the bundle into dist
dist
: same as above, excepts does production-level optimizationswatch
: watches for changes, automatically rebuilding when necessarylive
: starts a webpack-dev-server and enables hot module replacement.
Access the server at http://localhost:8080.FAQs
An audio visualizer web app
We found that audiovisual demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.