Skip to content

yunkya2/pico-mdx

Repository files navigation

pico-mdx - MDX file player for Raspberry Pi Pico

Introduction

How to make

$ git clone --recursive https://github.com/yunkya2/pico-mdx.git
$ cd pico-mdx
$ make

The UF2 binary file will be created in pico-mdx/build/pico-mdx/pico-mdx.uf2.

The file pico-mdx/pico-mdx/mdxlist.txt contains the list of MDX files to play.

#   mdxlist.txt
#

#   PDX file search path
%.

#   MDX file names
test.mdx

Describe the file name of the MDX file, one on each line. The PDX file corresponding to the MDX file is searched from the search path which is described the line beginning "%".

User Interface

Push the BOOTSEL button once to start playback. The following actions are accepted during playback.

Action Operation
* (single click) Next track
* * (double click) Previous track
* * * (triple click) Stop playback
== (hold down) Volume down
* == (single click and hold down) Volume up

Limitation

  • PCM sampling rate is 22.05kHz.

License

  • mdx2wav
    • Apache license
  • All other files
    • BSD 3-Clause (same as Pico SDK)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published