Changeset 950110ee in mainline for uspace/srv/audio/hound/audio_format.h
- Timestamp:
- 2012-07-17T07:33:43Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- ea6c838
- Parents:
- 389ef25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_format.h
r389ef25 r950110ee 71 71 return audio_format_same(f, &AUDIO_FORMAT_ANY); 72 72 } 73 int audio_format_convert_and_mix(void *dst, size_t dst_size, const void *src, 74 size_t src_size, const audio_format_t *sf, const audio_format_t *df); 73 75 int audio_format_mix(void *dst, const void *src, size_t size, const audio_format_t *f); 74 76 int audio_format_convert(audio_format_t a, void* srca, size_t sizea,
Note: See TracChangeset
for help on using the changeset viewer.