mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 04:31:00 +00:00
The playback of a file can now be paused, stopped, continued and the user can seek to any part of the file.
11 lines
163 B
Makefile
11 lines
163 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
PlaybackManager.o \
|
|
SampleWidget.o \
|
|
SoundPlayerWidget.o \
|
|
main.o
|
|
|
|
APP = SoundPlayer
|
|
|
|
include ../Makefile.common
|