You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `[input file]` with the name of the file you want to convert. You can usually do this by simply dragging the file onto the terminal window with the cursor in the correct location.
@@ -60,11 +60,9 @@ To convert the audio:
60
60
1. Change the `Project Rate (Hz)` in the bottom left to `16000`
61
61
62
62
To export in the correct format:
63
-
1. Select `File` > `Export` > `Export Audio...`
64
-
1. Set `File Type` to `Other uncompressed files`
65
-
1. Set `Header` to `RAW (header-less)`
66
-
1. Set `Encoding` to `Signed 16-bit PCM`
67
-
1. Set the output name to `bgm.pcm.raw` and click `Save`
63
+
1. Select `File` > `Export` > `Export as WAV`
64
+
1. Set `Encoding` to `IMA ADPCM`
65
+
1. Set the output name to `bgm.wav` and click `Save`
68
66
1. Click `OK` to the metadata editing
69
67
70
68
---
@@ -73,4 +71,4 @@ Once both of these files are ready to be used, place them in the `sound` subfold
0 commit comments