Changeset 4a9728ec in mainline for uspace/app/wavplay/dplay.c


Ignore:
Timestamp:
2013-08-19T17:04:02Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab92305
Parents:
f2096c9
Message:

avplay: increase work time to work around timing issues on 100 HZ timer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/dplay.c

    rf2096c9 r4a9728ec  
    251251        printf("Playing: %dHz, %s, %d channel(s).\n", pb->f.sampling_rate,
    252252            pcm_sample_format_str(pb->f.sample_format), pb->f.channels);
    253         useconds_t work_time = 20000; /* 20 ms */
     253        useconds_t work_time = 50000; /* 50 ms */
    254254        bool started = false;
    255255        size_t pos = 0;
Note: See TracChangeset for help on using the changeset viewer.