Utility to rename audio files to have alphanumeric characters and update references in fwdata file
Renamed folder is output/
Required
config.json file in the same directory. This handles configuration
{
"fwdata": "example.fwdata",
"stop": 10
}The config.json file should have the following fields:
`fwdata': Required
: Location of the fwdata file currently expected in ./samples/AudioVisual/.
stop: Optional
: Optional parameter to stop processing after this many renames. Not yet implemented
Install the current LTS of nodejs.
Install the dependencies with
npm installCompile the project with
npm run buildRun the project with
node dist/index.jsCopyright (c) 2025 SIL Global. All rights reserved. Licensed under the MIT license.