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
<palign="center">A music player for the Nintendo 3DS</p>
3
-
<palign="center">Latest 3DSX/CIA/3DS download on <ahref="https://github.com/deltabeard/ctrmus/releases">releases</a> page, using <ahref="https://zxing.org/w/chart?cht=qr&chs=230x230&chld=L&choe=UTF-8&chl=https%3A%2F%2Fgithub.com%2Fdeltabeard%2Fctrmus%2Freleases%2Fdownload%2F0.4.12%2Fctrmus.cia">QR code</a>, or via titledb</p>
The latest 3DSX/CIA/3DS download can be found on the <ahref="https://github.com/deltabeard/ctrmus/releases">releases</a> page, or by scanning <ahref="https://zxing.org/w/chart?cht=qr&chs=230x230&chld=L&choe=UTF-8&chl=https%3A%2F%2Fgithub.com%2Fdeltabeard%2Fctrmus%2Freleases%2Fdownload%2F0.4.12%2Fctrmus.cia">this QR code</a>.
6
+
7
+
## Features
6
8
* Plays PCM WAV, AIFF, FLAC, Opus, Vorbis and MP3 files.
7
9
* Pause and play support.
8
10
* Plays music via headphones whilst system is closed.
9
11
* Ability to browse directories.
10
12
11
-
###Controls
13
+
## Controls
12
14
L+R or L+Up: Pause
13
15
14
16
L+B: Stop
@@ -25,15 +27,41 @@ Left & right = Move cursor skipping 13 files at a time.
25
27
26
28
Start: Exit
27
29
28
-
### Contributing
29
-
Have a look at [CONTRIBUTING.md](https://github.com/deltabeard/ctrmus/blob/master/CONTRIBUTING.md) for some info and guidelines on contributing to the project.
30
+
# Contributing
31
+
32
+
I very much welcome a pull request from anyone wanting to contribute! Be it a small spelling mistake, a bug fix or otherwise.
33
+
34
+
## Adding features
35
+
Create an issue before you start work so that others know that your considering working on adding a feature or fixing a bug.
36
+
37
+
## Pull requests
38
+
Please consider the following when making a pull request.
39
+
* Commit messages should be clear.
40
+
* Code style should be consistent.
41
+
42
+
If you're unsure whether to make a pull request, just make it. :smiley:
-[devkitARM](https://devkitpro.org/wiki/Getting_Started), with the following packages installed:
51
+
- libctru
52
+
- 3ds-libmpg123
53
+
- 3ds-libopus
54
+
- 3ds-libopusfile
55
+
- 3ds-libogg
56
+
- 3ds-libvorbisidec
57
+
- 3ds-libsidplay
58
+
59
+
To build, type `make` in the project folder.
30
60
31
61
### Planned features
32
62
* Playlist support.
33
-
* FFMPEG support.
34
63
* Repeat and shuffle support.
35
64
* Metadata support.
36
-
* Gain support.
37
65
38
66
#### Notes
39
67
Due to limitations in [ctrulib](https://github.com/smealum/ctrulib/issues/328), only ASCII characters are displayed correctly. Other characters will appear garbled, but functionality is not affected.
0 commit comments