btstack/test/hfp
Milanka Ringwald 747ec64600 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
2017-03-20 11:43:41 +01:00
..
data test/hfp: create 16-bit live sample, but use 8-bit for tst 2017-01-23 12:42:34 +01:00
.gitignore hfp test: mode input to data, generated files to results 2016-11-16 10:54:43 +01:00
cvsd_plc_test.c a2dp: avdtp source sends sbc frames at constant speed 2017-03-20 11:43:41 +01:00
dump_test_sequence_from_pklg.py
hfp_ag_client_test.c
hfp_ag_parser_test.c
hfp_hf_client_test.c HFP: Emit codec event after SCO connection is established, CODECS event is deleted, codec added as param in AUDIO_CONN event 2016-09-19 15:53:35 +02:00
hfp_hf_parser_test.c
Makefile hfp test: cleanup data folder, remove printf 2016-11-16 11:21:23 +01:00
mock.c hfp: fix test 2017-01-30 16:30:12 +01:00
mock.h
test_sequences.c
test_sequences.h