Ignore:
Timestamp:
2012-07-17T07:33:43Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea6c838
Parents:
389ef25
Message:

hound: convert format while mixing.

Still no resampling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/audio_format.h

    r389ef25 r950110ee  
    7171        return audio_format_same(f, &AUDIO_FORMAT_ANY);
    7272}
     73int 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);
    7375int audio_format_mix(void *dst, const void *src, size_t size, const audio_format_t *f);
    7476int audio_format_convert(audio_format_t a, void* srca, size_t sizea,
Note: See TracChangeset for help on using the changeset viewer.