Skip to content

Commit

Permalink
Update to audioplayers v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Jul 8, 2023
1 parent 7d3d426 commit f89d61b
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 130 deletions.
2 changes: 2 additions & 0 deletions include/plugins/audioplayers.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ void audio_player_set_volume(struct audio_player *self, double volume);

void audio_player_set_playback_rate(struct audio_player *self, double rate);

void audio_player_set_balance(struct audio_player *self, double balance);

void audio_player_set_position(struct audio_player *self, int64_t position);

void audio_player_set_source_url(struct audio_player *self, char *url);
Expand Down
Loading

0 comments on commit f89d61b

Please sign in to comment.