#
a267701a |
| 17-Nov-2023 |
Matthias Ringwald <[email protected]> |
btstack_sbc: mark singleton interface as deprecated
|
#
1ca61671 |
| 08-Nov-2023 |
Matthias Ringwald <[email protected]> |
btstack_sbc: define sbc encoder and decoder types
|
#
515a576f |
| 28-Feb-2023 |
Matthias Ringwald <[email protected]> |
btstack_sbc: mark input buffer as const
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
fe5a6c4e |
| 27-May-2021 |
Milanka Ringwald <[email protected]> |
src: add title to header files
|
#
79b02f79 |
| 19-Nov-2020 |
Milanka Ringwald <[email protected]> |
btstack_sbc: introduce btstack_sbc_channel_mode_t and btstack_sbc_allocation_method_t
|
#
80e33422 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
|
#
9137e118 |
| 19-Dec-2018 |
Matthias Ringwald <[email protected]> |
btstack_sbc: btstack_sbc_decoder_test_set_plc_enabled to enable/disable PLC for testing
|
#
6138850c |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
fix 'no newline at end of file' [-Wnewline-eof]
|
#
6276d22a |
| 17-Jan-2018 |
Milanka Ringwald <[email protected]> |
sbc: fix unused parameter compile error
|
#
45f49b58 |
| 19-Jul-2017 |
Milanka Ringwald <[email protected]> |
avdtp source pts tes: extend sbc encoder init with channel mode param
|
#
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 ...
|
#
972807b1 |
| 26-Jan-2017 |
Matthias Ringwald <[email protected]> |
hfp_msbc: annotate PCM samples are in host endianess
|
#
4a1feedd |
| 07-Oct-2016 |
Matthias Ringwald <[email protected]> |
add missing c++ opening guard
|
#
0c87db9e |
| 27-Jul-2016 |
Milanka Ringwald <[email protected]> |
sbc decoder: merge decoder + encoder
|
#
e7a41128 |
| 27-Jul-2016 |
Milanka Ringwald <[email protected]> |
sbc: prefix with btstack
|
#
4f0d422d |
| 22-Jul-2016 |
Milanka Ringwald <[email protected]> |
ectracting sbc encoder
|