Lines Matching defs:play
109 { CMD_PLAY, "play", 1, "[#block [len]]" },
110 { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" },
111 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
112 { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" },
173 static int play(const char *, int);
354 "\nThe word \"play\" is not required for the play commands.\n"
355 "The plain target address is taken as a synonym for play.\n");
506 rv = play(arg, 1);
560 printf("shuffle play:\t%s\n", (shuffle != 0) ? "on" : "off");
641 play(const char *arg, int fromuser)
649 warnx("`play' not valid in shuffle mode");
666 /* Play the whole disc */
671 /* Play block #blk [ len ] */
686 * Play MSF m1:s1 [ .f1 ] [ m2:s2 [ .f2 ] ]
845 * Play track trk1 [ .idx1 ] [ trk2 [ .idx2 ] ]
938 return play(str, 0);
993 printf("shuffle play:\t%s\n", (shuffle != 0) ? "on" : "off");
1424 ai.play.sample_rate = 44100;
1425 ai.play.channels = 2;
1426 ai.play.precision = 16;
1427 ai.play.encoding = AUDIO_ENCODING_SLINEAR_LE;