A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1PDa - Pure Data for Personal Digital Assistants
2===============================================
3
4Based on pd-0.37-4.
5
6This version of Pure Data is based on the original sources by
7Miller Puckette, but several part have been changed in order
8to run on embedded systems. Most of the changed objects are in
9the folder "intern".
10
11This means, that all the signal processing is done with fixed-point
12math. The control processing is still in floating point, therefor this
13might be a bit slow.
14
15The package is compilable under Linux. I would be glad if someone would
16make a version for windows or OSX, but I unfortunately don't have the
17time or resource to do so.
18
19In order to compile:
20cd src/
21make
22
23The default compilation flags are very conservative, you can add
24optimization flags through the CFLAGS variable.
25e.g
26
27make CFLAGS="-O6"
28
29Will turn on maximum optimization (almost).
30
31If you have tcl/tk installed in the right place this should work out,
32if you have problems with that, either adapt the makefile or ask me.
33On Debian you just have to install tk8.4-dev to get it going.
34
35Have fun !
36
37Guenter
38
39
40Additional information:
41---------------------------
42
43Instructions for compiling for iPods, using arm-elf-tools-20030314:
44
45cd src
46./build.ipod
47
48The tcl/tk interface will not be built for iPods, you can interface with
49Pd from the podzilla console or with this GUI for PDa on iPod:
50
51http://ipodlinux.org/Pdpod
52