gsynth.convert: Convert a legacy RDS gsynth model to .gsm format

View source: R/synth.R

gsynth.convertR Documentation

Convert a legacy RDS gsynth model to .gsm format

Description

Reads a gsynth.model from a legacy RDS file and saves it in the cross-platform .gsm format.

Usage

gsynth.convert(input_file, output_file, compress = FALSE)

Arguments

input_file

Path to the legacy RDS model file

output_file

Path for the output .gsm model (directory or zip)

compress

Logical. If TRUE, save as a ZIP archive. If FALSE (default), save as a directory.

Value

Invisibly returns the output file path.

See Also

gsynth.save, gsynth.load


misha documentation built on Aug. 24, 2026, 5:14 p.m.