Efficient audio recorder that switches between 8kHz and 44.1kHz based on volume
The AudioWorkletProcessor which is used by the recorder-audio-worklet package.
The worker which is used by the extendable-media-recorder-wav-encoder package.
A Wave file encoder for the extendable-media-recorder package.
The broker which is used by the extendable-media-recorder-wav-encoder package.
This module provides a loader for the RecorderAudioWorkletProcessor and the corresponding RecorderAudioWorkletNode.
A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object
An extendable drop-in replacement for the native MediaRecorder.
Utility package used to aid the injection of the Meticulous recorder snippet on web apps.
A React component based on MediaRecorder() API to record audio/video streams
MediaRecorder polyfill to record audio in Edge and Safari
An audio recording helper for React. Provides a component and a hook to help with audio recording.
Capacitor plugin for voice recording
Record your microphone audio input and get an audio/mp3 ouput buffer/blob.
MedialRecorer polyfill for Opus recording using WebAssembly
RecordRTC is a server-less (entire client-side) JavaScript library that can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.
A library for recording opus encoded audio
Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)
Audio recorder sdk for Nodejs.
Record audio on iOS, Android, and Web with Capacitor
See <https://midscenejs.com>.
Recorder库: html5 js 录音 mp3 wav ogg webm amr g711a g711u 格式,支持pc和Android、iOS部分浏览器、Hybrid App(提供Android iOS App源码)、微信,提供ASR语音识别转文字 H5版语音通话聊天示例 DTMF编码解码
js audio recorder plugin
A React custom hook that integrates the addpipe.com recording client
Recursively delete all dependent model associations without an N + 1
ActiveRecord extension for ranking/storing records
includes_count_of method on ActiveRecord::Relation to solve N+1 query problem when counting associated records
Find next / previous Active Record(s) in one efficient query
Sets negative timestamps on Active Record models for efficiently sort in reverse order.
KeysetPagination provides efficient cursor-based pagination for Active Record with PostgreSQL, offering a performant alternative to offset-based pagination.
Negative timestamp on an Active Record model
Updates a large amount of Records in a highly efficient way
Shrine is a toolkit for file attachments in Ruby applications. It supports uploading, downloading, processing and deleting IO objects, backed by various storage engines. It uses efficient streaming for low memory usage. Shrine comes with a high-level interface for attaching uploaded files to database records, saving their location and metadata to a database column, and tying them to record's lifecycle. It natively supports background jobs and direct uploads for fully asynchronous user experience.
An efficient domain name availability bulk checker that looks for the presence of DNS Records before querying the Whois Server to save on requests and lower the chance of temporarily getting IP banned.
A DataMapper adapter for Amazon's SimpleDB service. Features: * Full set of CRUD operations * Supports all DataMapper query predicates. * Can translate many queries into efficient native SELECT operations. * Migrations * DataMapper identity map support for record caching * Lazy-loaded attributes * DataMapper Serial property support via UUIDs. * Array properties * Basic aggregation support (Model.count("...")) * String "chunking" permits attributes to exceed the 1024-byte limit Note: as of version 1.0.0, this gem supports supports the DataMapper 0.10.* series and breaks backwards compatibility with DataMapper 0.9.*.
Quickening is a Rails gem for adding to your model a facility to query and manage duplicate records. It's been written to remain relatively abstract and adaptable to various models, and so the library should be an easy plugin for models you may have set up already (barring name clashes). Beyond the abstracted query methods for searching efficiently throughout the table (but only tested against MySQL 5.5, sorry), your models gain access to methods for dispending with duplicates, chores varying in complexity ranging from the trivial deletes to customizable merges (future feature).