mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:27:43 +00:00
aplay: s/Sample/Progress/ in the output. It's all in the details!
This commit is contained in:
parent
66f8ea92cb
commit
7356fd389f
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ int main(int argc, char** argv)
|
|||
loader.sample_rate(),
|
||||
loader.bits_per_sample(),
|
||||
loader.num_channels() == 1 ? "Mono" : "Stereo");
|
||||
printf("\033[34;1m Sample\033[0m: \033[s");
|
||||
printf("\033[34;1mProgress\033[0m: \033[s");
|
||||
for (;;) {
|
||||
auto samples = loader.get_more_samples();
|
||||
if (!samples)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue