Changeset 4a9728ec in mainline
- Timestamp:
- 2013-08-19T17:04:02Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab92305
- Parents:
- f2096c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/dplay.c
rf2096c9 r4a9728ec 251 251 printf("Playing: %dHz, %s, %d channel(s).\n", pb->f.sampling_rate, 252 252 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 */ 254 254 bool started = false; 255 255 size_t pos = 0;
Note:
See TracChangeset
for help on using the changeset viewer.