aresampler is an application for Windows and Mac which records audio output from one or more processes or input devices and allows the user to trim the start and end time quickly. Each source is recorded into a separate channel in the resulting .wav file to make any further post processing easier.
Prebuilt releases are available for Windows and macOS (arm only).
To build and run the ui from source, execute: cargo run.
aresampler, with the exception of the theme files, is available under the AGPL license. The themes are from https://github.com/longbridge/gpui-component and under the APACHE license. See the individual .json files for further author information.
- On macOS, each application source will display the same volume level while recording.
-
- This is because Apple's
ScreenCaptureKitAPI only provides a single stream of already-mixed audio, so it's not possible to tell which audio is coming from which source.
- This is because Apple's


