JamesDSPManager

(★ 929)

Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.

File Explorer

  • linksRegardingDatatype.txt
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bundle

View Details ▼

Dependency manager for the Ruby programming language.

bundle install

Install all gems defined in the `Gemfile` expected in the working directory:

bundle exec {{command}} {{arguments}}

Execute a command in the context of the current bundle:

bundle update

Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`:

🔍

uuid

View Details ▼

Generate and decode Universally Unique Identifiers (UUID).
See also: `uuidgen`.

uuid

Generate a UUIDv1 (based on time and system's hardware address, if present):

uuid -v 4

Generate a UUIDv4 (based on random data):

uuid -v 4 -n {{number_of_uuids}}

Generate multiple UUIDv4 identifiers at once:

// repository documentation