Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 941 Bytes

File metadata and controls

53 lines (33 loc) · 941 Bytes

Utility to rename audio files to have alphanumeric characters and update references in fwdata file

Renamed folder is output/

Configuration File

Required

config.json file in the same directory. This handles configuration

{
  "fwdata": "example.fwdata",
  "stop": 10
}

config.json fields

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

Pre-requisites and Usage

Install the current LTS of nodejs.

Install the dependencies with

npm install

Compile the project with

npm run build

Run the project with

node dist/index.js

License

Copyright (c) 2025 SIL Global. All rights reserved. Licensed under the MIT license.