790 Commits

Author SHA1 Message Date
Matthias Ringwald
58e7732a24 fix compile in tests 2016-10-03 11:26:44 +02:00
Matthias Ringwald
fac60fea7b fix compile 2016-09-29 16:06:01 +02:00
Milanka Ringwald
f33d36711a test: hfp add missing test files 2016-09-27 15:05:38 +02:00
Milanka Ringwald
d0c4aea60c 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
Milanka Ringwald
249f614da0 use wav util 2016-09-19 15:02:59 +02:00
Milanka Ringwald
abc9118691 refactoring wav utils 2016-09-14 17:30:47 +02:00
Milanka Ringwald
202da3172e reworked test, extracted wav_utils 2016-09-14 16:06:19 +02:00
Milanka Ringwald
651e3b75e5 refactor function count eq bytes 2016-09-13 15:11:09 +02:00
Milanka Ringwald
08df0a8d74 remove casting 2016-09-13 12:15:55 +02:00
Milanka Ringwald
7e6b1e83d2 sbc plc: renamed vars 2016-09-13 10:35:08 +02:00
Milanka Ringwald
a3b51b7f14 cvsd plc: renamed vars 2016-09-13 10:19:11 +02:00
Milanka Ringwald
8c38e749df hfp: plc for cvsd 2016-08-31 15:41:01 +02:00
Milanka Ringwald
c774f3a0e5 hfp cvsd: plc for periodic sine signal 2016-08-29 23:10:32 +02:00
Matthias Ringwald
8cff923e81 Merge branch 'develop' into a2dp 2016-08-24 13:45:38 +02:00
Milanka Ringwald
011577ab36 move esco accept connection to the upper layers (hfp, hsp) 2016-07-28 11:41:57 +02:00
Milanka Ringwald
8a0c2d7bda remove duplicated tests (exist under btstack/examples) 2016-07-27 14:54:09 +02:00
Milanka Ringwald
c862649892 hfp hf api change: use acl_handle instead of device addr 2016-07-27 14:47:57 +02:00
Milanka Ringwald
d97d752d32 hfp ag api change: use acl_handle instead of bd_addr 2016-07-27 12:22:28 +02:00
Milanka Ringwald
0c87db9ec5 sbc decoder: merge decoder + encoder 2016-07-27 11:03:55 +02:00
Milanka Ringwald
e7a4112819 sbc: prefix with btstack 2016-07-27 10:27:58 +02:00
Milanka Ringwald
2afeea7f2e sbc_decoder: prefix with btstack 2016-07-27 10:18:15 +02:00
Matthias Ringwald
fd1cbf309d test/sbc: use larger buffer for filename 2016-07-25 23:26:34 +02:00
Matthias Ringwald
d6a0639857 sco_util: use 16-bit sine table 2016-07-25 11:04:15 +02:00
Milanka Ringwald
1e98a36782 Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp
Conflicts:
	src/classic/btstack_sbc_decoder.h
2016-07-23 16:31:46 +02:00
Milanka Ringwald
220eb56314 extend HFP AG for using mSBC 2016-07-23 16:29:33 +02:00
Matthias Ringwald
6a5c7c2c6c test/sbc: show usage for sbc_encoder_test 2016-07-23 16:29:33 +02:00
Matthias Ringwald
81dc09f8ed sbc: pass SCO packet status flag into sbc_decoder_process_data and invalidate frames that contain SCO data that might be corrupted 2016-07-23 15:42:20 +02:00
Milanka Ringwald
5b4ff0f76d sbc: extract hfp_msbc 2016-07-23 15:19:56 +02:00
Milanka Ringwald
4e074f72df use btstack prefix for sbc files 2016-07-23 15:08:13 +02:00
Milanka Ringwald
8e51a09892 sbc encoder test: rename wrapper functions 2016-07-23 14:59:08 +02:00
Milanka Ringwald
ca50f5f543 sbc encoder: use pcm stream 2016-07-22 23:23:35 +02:00
Matthias Ringwald
a2908aa0e7 linked_list: add tests for linked_list_count and fix off-by one 2016-07-22 19:51:32 +02:00
Milanka Ringwald
4f0d422d95 ectracting sbc encoder 2016-07-22 17:32:44 +02:00
Matthias Ringwald
9620f7c419 pts: fix compile warning in ble_central_test 2016-07-22 17:19:48 +02:00
Matthias Ringwald
e981dfc496 drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
Milanka Ringwald
611ca09fac sbc plc: detect zero frames 2016-07-15 17:31:41 +02:00
Milanka Ringwald
743c1aead2 sbc decoder: get sequence nr from H2 header 2016-07-15 16:02:22 +02:00
Milanka Ringwald
a7e6f4dda0 sbc: add sine.msbc test file 2016-07-15 11:30:17 +02:00
Milanka Ringwald
1ff8adc53a sbc plc: add and compile files 2016-07-14 11:21:39 +02:00
Milanka Ringwald
fcb08cdb2a sbc decoder: integration with sco_util 2016-07-08 17:11:57 +02:00
Milanka Ringwald
9d9464def1 Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp
Conflicts:
	test/sbc/sbc_decoder.py
2016-07-08 12:51:48 +02:00
Milanka Ringwald
be25a7a91f sbc decoder: find H2 syncword 2016-07-08 12:49:37 +02:00
Matthias Ringwald
042beff1a9 sbc: fix mSBC CRC calculation 2016-07-08 12:49:05 +02:00
Milanka Ringwald
05c5673442 add msbc support to python sbc decoder 2016-07-08 11:48:14 +02:00
Milanka Ringwald
b63c1ba887 sbc decoder moved to src/classic 2016-07-07 13:21:10 +02:00
Milanka Ringwald
6559f96e4a sbc decoder : reserved max buffers 2016-07-01 16:43:59 +02:00
Milanka Ringwald
aa6493c269 sbc decoder: use singleton for now 2016-07-01 14:56:16 +02:00
Milanka Ringwald
48e0f8060d sbc decoder: extracted api 2016-07-01 14:27:27 +02:00
Milanka Ringwald
dc2354f3d3 sbc decoder test: extract process sbc chunk 2016-07-01 11:11:19 +02:00
Milanka Ringwald
082d19a82b sbc decoder test: add handle pcm callback 2016-06-30 16:32:23 +02:00