Commit Graph

27 Commits

Author SHA1 Message Date
Matthias Ringwald
d622dcd08a test: fix compile 2018-02-05 18:46:26 +01:00
Matthias Ringwald
c37cd8f3d1 sbc: split btstack_sbc_bludroid.c into seperate encoder and decoder implementation 2017-11-29 17:13:17 +01:00
Matthias Ringwald
849f10d83f test/avdtp: remove avdtp_sink_demo as it is in examples now 2017-06-02 15:01:58 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +02:00
Matthias Ringwald
f40f8caeca example: new avdtp_source_demo example that plays 441 hz sine or small mod file 2017-05-29 12:51:46 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Milanka Ringwald
b0920f2551 fix warnings in bluedroid and avdtp 2017-05-27 17:39:23 +02:00
Milanka Ringwald
0da182f51c avdtp: mote sink test to pts 2017-05-19 19:51:31 +02:00
Milanka Ringwald
3e3fbf3df6 Merge branch 'avdtp-source2' into develop 2017-05-19 17:46:45 +02:00
Matthias Ringwald
49232d5c0e fix compile 2017-05-17 23:22:05 +02:00
Milanka Ringwald
34d146a321 avdtp source: add sdp query 2017-05-09 12:12:26 +02:00
Milanka Ringwald
b442c9e641 add ad2p files 2017-04-18 11:58:07 +02:00
Milanka Ringwald
25cdefb095 use hxcmod player, in addition to playing sine 2017-04-07 15:20:42 +02:00
Milanka Ringwald
c5456c210e fix compile warnings 2017-04-07 10:12:36 +02:00
Milanka Ringwald
af68b735bb avdtp source: move audio buffer to the app 2017-04-04 14:29:08 +02:00
Milanka Ringwald
f68a5d67c5 avdtp: move stream start/stop to the app code 2017-04-04 13:27:40 +02:00
Milanka Ringwald
6501960148 move avdtp_source_test to pts 2017-04-04 11:34:01 +02:00
Milanka Ringwald
9344e45fa0 avdpt: performance test for encoder, decoder 2017-03-20 17:03:46 +01:00
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
Milanka Ringwald
8ef7100f5b avdtp: files moved to src/classic 2017-01-30 15:18:39 +01:00
Matthias Ringwald
966a8e4699 add -Wunused-parameter warning and fix warnings 2017-01-17 20:01:28 +01:00
Milanka Ringwald
778a7f1f6e avdtp: extracted initiator and acceptor role 2016-10-31 15:50:00 +01:00
Milanka Ringwald
2af9447338 introduce portaudio in avdtp_sink 2016-10-18 16:21:41 +02:00
Milanka Ringwald
4a7e70d324 portaudio sine with ring buffer example 2016-10-18 14:15:16 +02:00
Milanka Ringwald
9846e07c2a fix procces sbc data 2016-10-12 16:53:34 +02:00
Milanka Ringwald
55863429e4 avdtp add second state machine for remote site 2016-10-05 15:55:30 +02:00
Milanka Ringwald
0da6253892 move code from test to avdp_sink file, implement connect/disconnect 2016-09-26 22:44:45 +02:00