Commit Graph

  • 8789312826 webaudio: Fix default_output_config() webaudio-default-output-device Rob Watson 2020-09-10 15:50:35 +0200
  • 3d2fddc13e
    Merge pull request #469 from exrook/master est31 2020-08-30 18:57:56 +0200
  • 5ca70fe6fe Fix compilation error when using null host Jacob Hughes 2020-08-30 09:57:02 -0400
  • 65584037fe
    Merge pull request #449 from JoshuaBatty/develop mitchmindtree 2020-08-02 17:44:43 +0200
  • bfffbb5241
    Merge pull request #462 from AlexanderHarrison/master mitchmindtree 2020-08-02 16:54:41 +0200
  • f120f8979d
    Merge pull request #451 from RustAudio/dependabot/npm_and_yarn/examples/wasm-beep/lodash-4.17.19 mitchmindtree 2020-08-02 16:52:27 +0200
  • 104f04c9a1
    Fix issue #461 AlexanderHarrison 2020-07-29 17:43:17 -0600
  • ecbb026e2b
    Merge pull request #457 from richardmitic/raspberry-pi-c-long est31 2020-07-27 16:50:33 +0200
  • cb49e4446c Use alsa::pcm::Frames in alsa API calls instead of fixed-width integers. Richard Mitic 2020-07-27 14:18:41 +0200
  • 7a8f017b1d
    Release 0.12.1 (#456) est31 2020-07-23 01:28:42 +0200
  • 7021c717a2
    Merge pull request #455 from est31/asio-sys-release est31 2020-07-23 01:16:01 +0200
  • 42ee11affc Depend on version 0.2 of asio-sys est31 2020-07-23 00:55:40 +0200
  • 0b185514b8 Release asio-sys 0.2.0 est31 2020-07-22 23:41:30 +0200
  • 822d9da643 Update repo url of asio-sys est31 2020-07-22 23:38:26 +0200
  • 13041efbfd
    Update bindgen dep of asio-sys to 0.54.0 and num-derive to 0.3 (#454) est31 2020-07-22 23:36:50 +0200
  • 518d2ea519
    Bump lodash from 4.17.15 to 4.17.19 in /examples/wasm-beep dependabot[bot] 2020-07-20 21:07:35 +0000
  • ce9a6c4fc3 adding in a link to the CPAL WASM guide into the Readme JoshuaBatty 2020-07-15 12:55:33 +0200
  • 997fb9fa8a
    Merge pull request #438 from rfwatson/add-cmp-tests mitchmindtree 2020-07-14 22:15:01 +0200
  • 8a3dc611fa Fix compilation warnings Rob Watson 2020-06-29 12:22:58 +0200
  • c8fc1002cb Add test for cmp_default_heuristics Rob Watson 2020-06-29 12:17:42 +0200
  • b78ff83c03
    Merge pull request #401 from JoshuaBatty/buffersize_range mitchmindtree 2020-07-14 14:35:46 +0200
  • e739dbf32d cargo fmt JoshuaBatty 2020-07-14 14:11:35 +0200
  • e854c4e54c added in sniperrifle2004 code from PR 431 JoshuaBatty 2020-07-14 14:10:00 +0200
  • f285389002 fixed mismatched types in emscipten set_timeout JoshuaBatty 2020-07-14 13:41:30 +0200
  • 4ce12a69b9 adds docs for BufferSize and fixes buffersize bugs in emscripten and alsa JoshuaBatty 2020-07-14 13:15:32 +0200
  • da40ea723e
    Reenable the publish github workflow (#445) est31 2020-07-09 08:41:45 +0200
  • 6ec1953424
    Disable cargo publish invocation (#444) est31 2020-07-09 07:41:20 +0200
  • 62ba9a96b0
    Publish version 0.12.0 (#443) est31 2020-07-09 06:40:17 +0200
  • ae0fc33b17
    lazy_static and num-traits are only used by windows (#442) est31 2020-07-09 06:08:22 +0200
  • a292246c20 Allow dead code for ALSA can_pause field add-cmp-tests Rob Watson 2020-06-29 12:22:58 +0200
  • a2e15c6f55 Add test for cmp_default_heuristics Rob Watson 2020-06-29 12:17:42 +0200
  • b177bcdf22
    Fix build error when cross compiling to 32bit targets (#430) master Konstantin Baltruschat 2020-06-17 16:21:31 +0200
  • d28f559072
    Merge pull request #425 from RustAudio/dependabot/npm_and_yarn/examples/wasm-beep/websocket-extensions-0.1.4 mitchmindtree 2020-06-10 13:20:15 +0200
  • 28653694a9
    Bump websocket-extensions from 0.1.3 to 0.1.4 in /examples/wasm-beep dependabot[bot] 2020-06-08 08:31:36 +0000
  • 271cc34f3f cargo fmt fix for coreaudio JoshuaBatty 2020-05-27 13:28:18 +0200
  • 10599ac826 fixed coreaudio buffersize errors JoshuaBatty 2020-05-27 13:15:15 +0200
  • 9c85eecb59 cargo fmt fix JoshuaBatty 2020-05-27 12:15:31 +0200
  • 7c1adce330 adds support for buffersizes in webaudio and emscripten JoshuaBatty 2020-05-27 12:05:55 +0200
  • cf1a928b84 reset examples JoshuaBatty 2020-05-26 14:54:21 +0200
  • 935fa280d3 buffersizes api for wasapi JoshuaBatty 2020-05-26 14:47:57 +0200
  • 4cd9d0bcec finished implementing buffersizes for coreaudio JoshuaBatty 2020-05-22 14:03:28 +0200
  • 9e660da433 implemented buffersizes for asio JoshuaBatty 2020-05-22 13:30:13 +0200
  • 6edee6c6c2 coreaudio buffersize wip JoshuaBatty 2020-05-21 11:21:02 +0200
  • d72b546dca gets buffersize range and allows to set buffersize for alsa JoshuaBatty 2020-05-21 09:41:23 +0200
  • 7081c3bbd6 wip alsa buffersizes JoshuaBatty 2020-05-14 15:56:59 +0200
  • 7eb45bca6f cargo fmt JoshuaBatty 2020-05-05 16:31:51 +0200
  • 919722a785 with_sample_rate_and_buffer_size sample_rate is set to self.max_sample_rate JoshuaBatty 2020-05-05 16:29:18 +0200
  • f762e5dd8f prototyping an API for getting min and max buffersize JoshuaBatty 2020-05-05 15:34:52 +0200
  • 5fa5ce593d
    Merge pull request #415 from mitchmindtree/webaudio_config mitchmindtree 2020-05-26 14:53:37 +0200
  • 713eddd89a
    Merge pull request #419 from ely-uf/chore/cleanup-coreaudio-warnings mitchmindtree 2020-05-26 11:58:12 +0200
  • d9136708e4 Fix CoreAudio warnings. ely-uf 2020-05-26 02:29:49 +0300
  • f03fd69b65 [webaudio] Return Err instead of panicking on input device requests mitchmindtree 2020-05-25 19:22:23 +0200
  • 4a52f29c2a
    Merge pull request #418 from RustAudio/dependabot/npm_and_yarn/examples/wasm-beep/acorn-6.4.1 mitchmindtree 2020-05-25 19:01:42 +0200
  • 24452e8cac
    Bump acorn from 6.4.0 to 6.4.1 in /examples/wasm-beep dependabot[bot] 2020-05-25 16:44:54 +0000
  • 157dff0546
    Merge pull request #416 from mitchmindtree/wasm-beep mitchmindtree 2020-05-25 18:44:21 +0200
  • 4ef48cb865 Add ishitatsuyuki's wasm-beep example mitchmindtree 2020-05-25 15:35:02 +0200
  • 9dc0c04c95 Add wasm-beep example Tatsuyuki Ishi 2020-03-01 10:59:48 +0900
  • 1dfdeace25 Add implementation of supported stream configs for webaudio mitchmindtree 2020-05-25 13:19:52 +0200
  • cf4e6ca5bf
    Merge pull request #406 from mitchmindtree/webaudio-poc-rebased mitchmindtree 2020-05-22 15:51:52 +0200
  • 78e1796ba8 Add callback and playback timestamp implementation for webaudio stream mitchmindtree 2020-05-22 14:35:29 +0200
  • 640a1d39ed Rebase/Update webaudio PR for recent breaking changes mitchmindtree 2020-05-21 16:05:13 +0200
  • 6f43fc2b60 Add a wasm-bindgen based generic Web Audio backend. Damian Peckett 2020-01-28 22:00:53 +0100
  • fe22704d4a
    Merge pull request #397 from mitchmindtree/timestamp mitchmindtree 2020-05-05 15:33:55 +0200
  • 46afc8f695 Fix code formatting of asio-sys timestamp changes mitchmindtree 2020-05-01 15:34:01 +0200
  • 63db35ed97
    Merge pull request #7 from JoshuaBatty/timestamp_coreaudio_fixes mitchmindtree 2020-05-01 15:24:15 +0200
  • 590d37b103 fixes compile errors for coreaudio timestamp work JoshuaBatty 2020-05-01 15:19:28 +0200
  • 2a62fd1af3
    Merge pull request #6 from JoshuaBatty/timestamp_asio_fixes mitchmindtree 2020-05-01 14:07:42 +0200
  • 225f441d5b addressed some compilation errors on asio timestamp implementation JoshuaBatty 2020-05-01 13:10:19 +0200
  • 22eef32898 WIP Add timestamp implementation to ASIO backend mitchmindtree 2020-04-27 22:07:23 +0200
  • e4eb7169ef
    macOS: fallback to CFStringGetCString if CFStringGetCStringPtr returns nil (#399) Thomas Havlik 2020-05-01 02:38:25 -0500
  • 4579daad7b Merge branch 'timestamp_wasapi' into timestamp mitchmindtree 2020-04-30 15:45:54 +0200
  • 981507391a Add a table describing the source of StreamTimestamp for each host mitchmindtree 2020-04-30 14:08:00 +0200
  • cb95bfd88b alsa - Use status to retrieve avail, delay mitchmindtree 2020-04-30 13:38:50 +0200
  • 5813e0f97a Merge branch 'timestamp_emscripten' into timestamp mitchmindtree 2020-04-29 15:10:31 +0200
  • 9a0096142e
    Merge pull request #5 from mitchmindtree/timestamp_alsa mitchmindtree 2020-04-29 15:06:41 +0200
  • cdf23c3c62 Add stream timestamp implementation to WASAPI backend mitchmindtree 2020-04-29 14:59:25 +0200
  • 79a0020c88 Add timestamp implementation to emscripten backend mitchmindtree 2020-04-29 14:58:08 +0200
  • 54e5e95705 WIP Add timestamp implementation to coreaudio backend mitchmindtree 2020-04-27 20:29:51 +0200
  • 163f0cc190 Move reference to timestamp validity bug to more suitable location mitchmindtree 2020-04-28 17:43:40 +0200
  • 45977bf837 Add fallback instant source to ALSA backend mitchmindtree 2020-04-28 16:38:57 +0200
  • a49297ec2c WIP - Add ALSA timestamp implementation. mitchmindtree 2020-04-27 18:00:40 +0200
  • 777a6b2bd1 Change `StreamInstant` to use a signed representation mitchmindtree 2020-04-28 17:16:37 +0200
  • 4cb50663d8 WIP Begin work on the timestamp and `StreamInstant` APIs mitchmindtree 2020-04-16 19:06:47 +0200
  • f032557fb4
    Merge pull request #395 from mitchmindtree/callback_info mitchmindtree 2020-04-27 14:32:37 +0200
  • 624ba659da
    Merge pull request #393 from derekdreery/recover_if_set_buffer_time_failed mitchmindtree 2020-04-17 16:39:15 +0200
  • 95f5f2e54a Update CHANGELOG for addition of CallbackInfo types mitchmindtree 2020-04-16 15:39:05 +0200
  • aae44cf3d6 Fix process_callback function signatures in asio backend mitchmindtree 2020-04-16 15:23:17 +0200
  • 3f69770471 Update checkout github action. Clean up workflow formatting. mitchmindtree 2020-04-16 15:20:45 +0200
  • bcf962c447 Add a `CallbackInfo` argument to the stream data callback mitchmindtree 2020-04-16 14:50:36 +0200
  • 3c3349f926 Add some comments. Richard Dodd 2020-04-15 18:46:54 +0100
  • 290f464330 Cargo fmt Richard Dodd 2020-04-15 18:42:43 +0100
  • 86079e6439 Rebase off new alsa-rs impl Richard Dodd 2020-04-15 18:41:40 +0100
  • 608d23adc6
    Merge pull request #390 from mitchmindtree/remove-alsa-sys-publish mitchmindtree 2020-04-15 18:23:01 +0200
  • 38e0408412 Remove alsa-sys publish from github workflow mitchmindtree 2020-04-15 18:07:51 +0200
  • 7df5b4e973
    Merge pull request #386 from alexmoon/alsa mitchmindtree 2020-04-15 17:56:18 +0200
  • 5da315fbfe Merge remote-tracking branch 'upstream/master' into alsa Alex Moon 2020-04-13 16:25:30 -0400
  • b386e63eec Ignore play/pause errors for ALSA Stream Alex Moon 2020-04-12 13:11:35 -0400
  • fc28a8033c
    Merge pull request #388 from bschwind/master est31 2020-04-12 13:38:22 +0200
  • c5e1ea5919 Fix type-casting error for armv6 platforms Brian Schwind 2020-04-11 16:53:25 +0900
  • 62d540d396 Switch from vendored alsa-sys to alsa crate Alex Moon 2020-04-03 12:14:52 -0400