track2line_lib 0.10.0

It is a lib that converts the name of the audio file output by voisona Talk, etc. by referring to a text file containing the lines of the same name.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# this script has not yet been verified to Normal operation.
Write-Output "this script has not yet been verified to Normal operation."

Remove-Item -Path ".\assets_for_test\assets" -Recurse -Force -ErrorAction SilentlyContinue
Write-Output "removed old assets"

New-Item -Path ".\assets_for_test\assets" -ItemType Directory

Copy-Item -Path ".\assets_for_test\source\*" -Destination ".\assets_for_test\assets\" -Recurse
Write-Output "created new assets"
Write-Output "------------------------------"