Changeset e6bba8f in mainline for uspace/lib/pcm/include/pcm/format.h


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

libpcm: Add function to generate normalized silence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcm/include/pcm/format.h

    rea6c838 re6bba8f  
    6969        return pcm_format_same(f, &AUDIO_FORMAT_ANY);
    7070}
     71void pcm_format_silence(void *dst, size_t size, const pcm_format_t *f);
    7172int pcm_format_convert_and_mix(void *dst, size_t dst_size, const void *src,
    7273    size_t src_size, const pcm_format_t *sf, const pcm_format_t *df);
Note: See TracChangeset for help on using the changeset viewer.