53 Commits

Author SHA1 Message Date
Matthias Ringwald
6211b0c037 example/sco_util: fix unused var warning 2017-04-12 15:45:54 +02:00
Matthias Ringwald
ab2c6ae4b7 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
Matthias Ringwald
1bbecc2b49 hfp: ENABLE_HFP_WIDE_BAND_SPEECH required for HFP mSBC 2017-03-20 10:59:17 +01:00
Matthias Ringwald
d4f907a637 sco_util: CVSD PLC only needed with wav writer or portaudio 2017-02-01 15:02:28 +01:00
Matthias Ringwald
2c7ae6e1fa sco_demo_util: don't stop PortAudio when WAV sample was written 2017-01-30 17:49:47 +01:00
Matthias Ringwald
e36764ddb7 sco_demo_util: fix warning 2017-01-30 15:16:42 +01:00
Matthias Ringwald
305f79c9c9 sco_util: re-enable CVSD PLC 2017-01-27 12:26:18 +01:00
Matthias Ringwald
8fd6902d67 sco_util: flip big endian samples from microphone for outgoing CVSD SCO packets 2017-01-26 22:21:12 +01:00
Matthias Ringwald
5303ddeefc sco_util: fix receive CVSD SCO data for big endian 2017-01-26 22:02:33 +01:00
Matthias Ringwald
59c97ae1ec sco_demo_util: store 8 kHz samples for CVSD/SCO packets as little endian, store 16 kHz samples for mSBC in host endianess 2017-01-26 19:27:31 +01:00
Matthias Ringwald
b025eb5fa2 sco_util: support mSBC with PortAudio input 2017-01-25 17:23:55 +01:00
Matthias Ringwald
2b89dbfc6b sco_util: send PortAudio input as CVSD 2017-01-25 16:58:03 +01:00
Matthias Ringwald
463c9c89cd sco_util: prefix port audio vars with pa_output 2017-01-24 17:26:55 +01:00
Matthias Ringwald
c4e666bc60 sco_util: refactor portaudio code 2017-01-20 23:08:05 +01:00
Matthias Ringwald
1f8694cc3a sco_util: use larger buffer for processing CVSD data 2017-01-19 12:27:44 +01:00
Matthias Ringwald
a11bf4163d sco_util: fix compile for SCO_DEMO_MODE_55 2017-01-19 11:55:07 +01:00
Matthias Ringwald
3963d0366d fix unused warning 2017-01-17 20:33:10 +01:00
Matthias Ringwald
9ec2630ce4 fix unused parameters warning 2016-12-22 22:16:16 +01:00
Matthias Ringwald
1a919128ef sco_util: more test modes, print incorrect received bytes in red 2016-12-19 14:35:28 +01:00
Milanka Ringwald
2308e10812 hfp: use btstack_atoi 2016-11-16 10:39:25 +01:00
Matthias Ringwald
35fd3fb9bc sco_util: move sine generation into sco_util 2016-11-11 14:06:23 +01:00
Milanka Ringwald
dbb41bfe0b enable portaudio for msbc 2016-10-20 16:25:33 +02:00
Milanka Ringwald
fbc7c9f2bc sco utils: use wav util 2016-09-19 14:40:47 +02:00
Milanka Ringwald
202da3172e reworked test, extracted wav_utils 2016-09-14 16:06:19 +02:00
Milanka Ringwald
26463303c9 count good and bad frames in cvsd plc 2016-09-13 15:58:17 +02:00
Milanka Ringwald
82e01da097 fix compile 2016-09-13 15:26:17 +02:00
Milanka Ringwald
379d044e03 extend sco demo with cvsd plc 2016-09-13 15:09:33 +02:00
Milanka Ringwald
b3f76298ca hfp: fix comments, init code 2016-08-31 15:43:29 +02:00
Matthias Ringwald
d5e5f834f9 sco_util: also store incoming mSBC data 2016-08-09 18:09:44 +02:00
Matthias Ringwald
d6ff09e13f hfp_ag: send codec_event(CVSD) if no codec negotation happens. Remove hack in sco_util to fallback to CVSD without codec event 2016-07-28 15:20:15 +02:00
Matthias Ringwald
89734aaa83 sco_util: drop voice settings hack 2016-07-28 13:41:42 +02:00
Milanka Ringwald
0c87db9ec5 sbc decoder: merge decoder + encoder 2016-07-27 11:03:55 +02:00
Milanka Ringwald
2afeea7f2e sbc_decoder: prefix with btstack 2016-07-27 10:18:15 +02:00
Matthias Ringwald
6e046a3674 sco_util: fix crash for CVSD 2016-07-26 21:50:08 +02:00
Matthias Ringwald
d76591ef8d sco_util: fallback to CVSD if no codec has been negotiated 2016-07-26 09:25:37 +02:00
Matthias Ringwald
7294d0093f sco_util: only set voice settings after codec got negotiated 2016-07-26 00:24:03 +02:00
Matthias Ringwald
d6a0639857 sco_util: use 16-bit sine table 2016-07-25 11:04:15 +02:00
Matthias Ringwald
973d7173e5 sco_util: set voice settings based on esablished codec 2016-07-24 22:49:47 +02:00
Milanka Ringwald
1ac893701d Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp 2016-07-23 23:13:31 +02:00
Milanka Ringwald
66c297f98d examples/hfp ag: store incoming dev. address, remove open sbc file 2016-07-23 23:13:17 +02:00
Matthias Ringwald
bd1920a3cc sco_util: read sco packet status flag correctly 2016-07-23 16:50:42 +02:00
Matthias Ringwald
17cd946e87 sco_util: simplify double #ifdefs 2016-07-23 16:40:17 +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
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
4e074f72df use btstack prefix for sbc files 2016-07-23 15:08:13 +02:00
Milanka Ringwald
2ec72fbbcd fix compile 2016-07-20 11:11:02 +02:00
Milanka Ringwald
613518d19a sbc decoder: fix sbc_decoder_process_data 2016-07-08 23:31:19 +02:00
Milanka Ringwald
fcb08cdb2a sbc decoder: integration with sco_util 2016-07-08 17:11:57 +02:00
Matthias Ringwald
4a96141edb examples/sco: show send/received packets 2016-06-16 11:43:40 +02:00