Skip to content

Commit 5fedf4c

Browse files
Use WAV
1 parent 9911839 commit 5fedf4c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pages/_en-US/twilightmenu/custom-dsi-3ds-sfx.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Unlike sfx.bin, there is no size limit to `bgm.pcm.raw`.
4646
The simplest way to convert music for use in TWiLight Menu++ is to run this [ffmpeg](https://ffmpeg.org) command in a terminal:
4747

4848
```bash
49-
ffmpeg -i [input file] -f s16le -acodec pcm_s16le -ac 1 -ar 16k bgm.pcm.raw
49+
ffmpeg -i [input file] -acodec adpcm_ima_wav bgm.wav
5050
```
5151

5252
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:
6060
1. Change the `Project Rate (Hz)` in the bottom left to `16000`
6161

6262
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`
6866
1. Click `OK` to the metadata editing
6967

7068
---
@@ -73,4 +71,4 @@ Once both of these files are ready to be used, place them in the `sound` subfold
7371
- `sd:/_nds/TWiLightMenu/dsimenu/themes/[theme name]/sound/sfx.bin`
7472
- `sd:/_nds/TWiLightMenu/dsimenu/themes/[theme name]/sound/bgm.pcm.raw`
7573

76-
Be sure to now set the `DSi/3DS Theme Music` option in TWiLight Menu++ settings to "Theme" for the custom sounds to play.
74+
Be sure to now set the `DSi/3DS Theme Music` option in TWiLight Menu++ settings to "Theme" for the custom sounds to play.

0 commit comments

Comments
 (0)