ConvertSoundFile
From UBot Studio
(Difference between revisions)
(Created page with "This command will convert an audio file from one format to a different format The command is an Audio command. '''Input Audio File:''' The audio file being converted(myso...") |
|||
Line 14: | Line 14: | ||
Running the script will convert the file from one format to another. In this case, the file is converted from .flac to .mp3. | Running the script will convert the file from one format to another. In this case, the file is converted from .flac to .mp3. | ||
+ | |||
+ | [[File:convertfile.jpg]] |
Latest revision as of 20:53, 21 June 2017
This command will convert an audio file from one format to a different format The command is an Audio command.
Input Audio File: The audio file being converted(mysound.flac).
Output Audio File: The output audio file after the conversion(mysound.mp3)
[edit] Example
convertSoundFile("C:\\Users\\Downloads\\BIS1536-001-flac_16.flac","C:\\Users\\Downloads\\opera.mp3")
Running the script will convert the file from one format to another. In this case, the file is converted from .flac to .mp3.