Skip to content

Commit f9834b2

Browse files
committed
Show sound playing message
1 parent 1ad9a48 commit f9834b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtio-snd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ static void virtio_snd_cb(struct CNFADriver *dev,
546546
return;
547547
}
548548

549+
fprintf(stderr, "start to play\n");
549550
int channels = dev->channelsPlay;
550551
for (int i = 0; i < framesp; i++) {
551552
// Shift phase, so we run at 440 Hz (A4)

0 commit comments

Comments
 (0)