Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alsa #1182

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

Alsa #1182

wants to merge 41 commits into from

Commits on Sep 5, 2024

  1. add alsa.net project

    k2fc committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0cc8164 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. alsa playback making sound!

    k2fc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5418246 View commit details
    Browse the repository at this point in the history
  2. remove excessive printing

    k2fc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9ed9847 View commit details
    Browse the repository at this point in the history
  3. Make 32-bit PCM work

    k2fc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ac39cdc View commit details
    Browse the repository at this point in the history
  4. use built-in intbuffer:

    k2fc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    72f7575 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. add pausing

    k2fc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    61621c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf67fde View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    dc7b958 View commit details
    Browse the repository at this point in the history
  2. force synchronous for now

    k2fc committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    de044f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. make pause not explode

    k2fc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    31fe529 View commit details
    Browse the repository at this point in the history
  2. fix async playback

    k2fc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    89bba15 View commit details
    Browse the repository at this point in the history
  3. Removed submodule alsa.net

    k2fc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1a25499 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. refactor hardware param setting

    k2fc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4c4afca View commit details
    Browse the repository at this point in the history
  2. remove unused interop methods

    k2fc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    21e85c7 View commit details
    Browse the repository at this point in the history
  3. add missing attribute line

    k2fc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    61fda53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42de7a3 View commit details
    Browse the repository at this point in the history
  5. remove unneeded pointer

    k2fc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bbfd61e View commit details
    Browse the repository at this point in the history
  6. refactor set format

    k2fc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    01f8191 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8e590fa View commit details
    Browse the repository at this point in the history
  2. remove unused reference

    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c46f287 View commit details
    Browse the repository at this point in the history
  3. move buffers to abstract class

    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7848333 View commit details
    Browse the repository at this point in the history
  4. remove unused reference

    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3f1e7a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53df350 View commit details
    Browse the repository at this point in the history
  6. fix playback pipe

    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9be78df View commit details
    Browse the repository at this point in the history
  7. Revert "fix playback pipe"

    This reverts commit 9be78df.
    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cb8d765 View commit details
    Browse the repository at this point in the history
  8. fix broken pipe

    k2fc committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d77793d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f717c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    653b69f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. add AlsaException

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e3e4e90 View commit details
    Browse the repository at this point in the history
  2. remove unnecesary assignment

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    af49da5 View commit details
    Browse the repository at this point in the history
  3. make AlsaException serializable

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    793033c View commit details
    Browse the repository at this point in the history
  4. throw exceptions if failed

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    45ed258 View commit details
    Browse the repository at this point in the history
  5. move buffers to abstract class

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2b6c00b View commit details
    Browse the repository at this point in the history
  6. refactor buffer init

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bbce71f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18fe5dd View commit details
    Browse the repository at this point in the history
  8. beginning of recording code

    k2fc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    746e6b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. recording is working

    k2fc committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    84b5b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. remove unused struct

    k2fc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6934cdb View commit details
    Browse the repository at this point in the history
  2. add state and attempt recovery

    k2fc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    280af7f View commit details
    Browse the repository at this point in the history
  3. don't include WinForms on Linux

    k2fc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    64e3c6d View commit details
    Browse the repository at this point in the history
  4. attempt to explain myself

    k2fc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0706b65 View commit details
    Browse the repository at this point in the history