History log of /btstack/platform/posix/wav_util.c (Results 1 – 17 of 17)
Revision Date Author Comments
# c1b6583a 05-Dec-2024 Matthias Ringwald <[email protected]>

posix: fix warnings


# f89e874b 22-May-2022 Matthias Ringwald <[email protected]>

windows: ignore deprecated warning for fopen


# 4016785c 09-May-2022 Matthias Ringwald <[email protected]>

posix/wav_util: fix warnings


# 86d6811a 09-May-2022 Matthias Ringwald <[email protected]>

posix/wav_util: use fopen/fread for wav_reader


# d3c765a3 09-Mar-2022 Matthias Ringwald <[email protected]>

wav_util: handle write after close gracefully


# e2bf7a9a 23-Feb-2022 Matthias Ringwald <[email protected]>

posix/wav_util: add wav_reader_get_num_channels and wav_reader_get_sampling_rate


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 90af00b8 13-Apr-2021 Matthias Ringwald <[email protected]>

posix/wav_util: reset wav file pointer after closing it


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 74c22f75 22-Dec-2017 Milanka Ringwald <[email protected]>

wav writter: check if wav file exists, prevent access to NULL pointer


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 747ec646 06-Mar-2017 Milanka Ringwald <[email protected]>

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation so

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation source open stream

avrcp: add streaming connection opened/released events

avdtp source: introduce timer for storing audio data at const fr., encode into sbc, and prepare for sending

wav_util: fix return of wav_reader_read_int16

sbc: rename sbc to msbc test

sbc: improve usage output

sbc: fix makefile

sbc: remove hardcoded bitrate

avdtp: add encode/decode sine example without using ring buffer

avdtp: move ring buffer to stream endpoint

avdtp: add encode/decode test with ring buffer

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: revert sample counting

avdtp: source sending correct audio first time

avdtp: shorter timer for audio generation gets correct stream

avdtp: set state to AVDTP_STREAM_ENDPOINT_STREAMING_W2_SEND when more data is ready

avdtp: introduce transport category as mandatory

avdtp: introduce transport category as mandatory

show more ...


# 92abe7b9 26-Jan-2017 Matthias Ringwald <[email protected]>

wav_util: wav_writer_write_int16 expects samples in host endianess, wav_writer_write_le_int16 expected little endian format


# 6f91db60 16-Nov-2016 Milanka Ringwald <[email protected]>

hfp test: cleanup data folder, remove printf


# 35fd3fb9 11-Nov-2016 Matthias Ringwald <[email protected]>

sco_util: move sine generation into sco_util


# fbc7c9f2 19-Sep-2016 Milanka Ringwald <[email protected]>

sco utils: use wav util


# abc91186 14-Sep-2016 Milanka Ringwald <[email protected]>

refactoring wav utils