#include <player.h>
Inheritance diagram for Player:
Public Member Functions | |
Player () | |
Player (const QString &path) | |
Friends | |
class | HardBob |
This just plays a single file given by the property "Filename" into the the output port(s). The number of ports on the object will be equivalent to the number of channel the wav-file has.
A plunger will be placed at the stream end.
A further property, "Frames" determines how many samples of the file are pushed to the output port per iteration. A higher value will typically result in higher throughput, but will increase the minimum buffer size and the overall latency of the system.
Player::Player | ( | ) |
Basic constructor.