Skip to content
/ atunc Public

Atunc is a CLI-based sound recording utility for macOS.

License

Notifications You must be signed in to change notification settings

fsiddi/atunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atunc

atunc is a simple macOS command line utility that allows recording audio from a single input device onto a single .wav file on the disk. The software is meant as a companion for the "Push to talk" Blender extension, which allows to record audio input within the Blender VSE.

Usage:

  --list-devices                  List all audio devices in JSON format
  --device-id <id>                Specify the device ID to use for recording
  --output-path <path>            Specify the output path for the WAV file

Development info

This is how to make a new release of atunc using Xcode:

  • Make a new build (code signing should be managed automatically)
  • Go to organizer, distribute content
  • zip -r atunc.zip atunc
  • xcrun notarytool submit atunc.zip --keychain-profile "MyNotarizationProfile" --wait
  • xcrun stapler staple atunc.zip

Notice that for the signing certificate we use "Developer ID Application". To setup the notarization pipeline:

Used this article as reference.

About

Atunc is a CLI-based sound recording utility for macOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages