|
|
@73453
|
6 years |
vboxsync |
Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
|
|
|
@73441
|
6 years |
vboxsync |
Audio/SB16: Path not needed (we don't implement recording for SB16 …
|
|
|
@73432
|
6 years |
vboxsync |
Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
|
|
|
@73370
|
6 years |
vboxsync |
Audio: Implemented backend-independent (pre-)buffering support. Work …
|
|
|
@73241
|
6 years |
vboxsync |
Audio/PDM: Added (tweakable) parameters to the audio stream …
|
|
|
@73205
|
6 years |
vboxsync |
Audio/SB16: Removed a lot of Doppelmoppel code and added …
|
|
|
@71766
|
7 years |
vboxsync |
DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.
|
|
|
@71765
|
7 years |
vboxsync |
DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated …
|
|
|
@71763
|
7 years |
vboxsync |
DevSB16: Moved functions around a little to get a more usual grouping.
|
|
|
@71762
|
7 years |
vboxsync |
DevSB16: Moved functions around a little to get a more usual grouping.
|
|
|
@71748
|
7 years |
vboxsync |
DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
|
|
|
@71747
|
7 years |
vboxsync |
DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
|
|
|
@71746
|
7 years |
vboxsync |
DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
|
|
|
@71745
|
7 years |
vboxsync |
DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
|
|
|
@71744
|
7 years |
vboxsync |
DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
|
|
|
@71742
|
7 years |
vboxsync |
DevSB16.cpp,DevHDA.cpp: Just put markers on the …
|
|
|
@70908
|
7 years |
vboxsync |
Audio/DevSB16.cpp: No need to open the (output) stream when doing a …
|
|
|
@70903
|
7 years |
vboxsync |
Audio/DevSB16.cpp: Use sb16DestroyDrvStream() in sb16PowerOff() to …
|
|
|
@70737
|
7 years |
vboxsync |
DevSB16.cpp/sb16TimerIO: Fixed assertion triggering when audio output …
|
|
|
@70671
|
7 years |
vboxsync |
Audio/SB16: A couple more checks needed for the dynamic attaching / …
|
|
|
@70642
|
7 years |
vboxsync |
Audio: Made attaching of backend streams non-fatal, as backends could …
|
|
|
@69876
|
7 years |
vboxsync |
Audio/SB16: Fixed volume handling.
|
|
|
@69288
|
7 years |
vboxsync |
Devices/Audio: scm updates
|
|
|
@69119
|
7 years |
vboxsync |
Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
|
|
|
@68919
|
7 years |
vboxsync |
Audio/SB16: Implemented support for attaching + detaching drivers on …
|
|
|
@68468
|
7 years |
vboxsync |
Audio: Cleaned up callback stuff and got rid of the deprecated …
|
|
|
@68389
|
7 years |
vboxsync |
Audio: Logging: Don't include LUN# in stream names anymore; the driver …
|
|
|
@68272
|
7 years |
vboxsync |
Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
|
|
|
@67806
|
7 years |
vboxsync |
Devices: when attaching a driver, don't pass a local variable as …
|
|
|
@67717
|
7 years |
vboxsync |
Audio/DevSB16.cpp: Also set the stream layout in sb16OpenOut().
|
|
|
@67578
|
7 years |
vboxsync |
Audio/DevSB16.cpp: Made Warcraft 2 and friends work again.
|
|
|
@67567
|
7 years |
vboxsync |
Audio/DevSB16.cpp: Renaming.
|
|
|
@67565
|
7 years |
vboxsync |
Audio/DevSB16.cpp: Added missing stream configuration parameters.
|
|
|
@67362
|
7 years |
vboxsync |
Audio: Use VBOX_AUDIO_DEBUG_DUMP_PCM_DATA / …
|
|
|
@65624
|
8 years |
vboxsync |
Audio: More abstraction for the backends: Now the backend stream's …
|
|
|
@64333
|
8 years |
vboxsync |
Audio: Match to 5.1 in terms of functionality by disabling …
|
|
|
@63737
|
8 years |
vboxsync |
Audio/DevSB16.cpp: Stream validation on construction not needed …
|
|
|
@63718
|
8 years |
vboxsync |
Audio: Adjusted error texts for re-attaching the LUNs in case the host …
|
|
|
@63711
|
8 years |
vboxsync |
Audio: Implemented support for audio device enumeration handling, …
|
|
|
@63478
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63215
|
8 years |
vboxsync |
Devices: warnings (gcc)
|
|
|
@62975
|
8 years |
vboxsync |
enums defaults to int, so use '%d' and not '%ld' to prinft them!
|
|
|
@62971
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62965
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62605
|
8 years |
vboxsync |
Audio: Documentation, misc. cleanup.
|
|
|
@62350
|
8 years |
vboxsync |
Audio/DevSB16.cpp: Fixes.
|
|
|
@61609
|
8 years |
vboxsync |
Audio: Update.
|
|
|
@61386
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61334
|
9 years |
vboxsync |
Audio: Fixed shutdown crashes.
|
|
|
@61332
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61322
|
9 years |
vboxsync |
Build fix.
|
|
|
@61320
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61167
|
9 years |
vboxsync |
Audio: Renaming.
|
|
|
@61166
|
9 years |
vboxsync |
Audio: Implemented ability to specify two different audio formats via …
|
|
|
@61157
|
9 years |
vboxsync |
Audio:
- Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
|
|
|
@61050
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@60938
|
9 years |
vboxsync |
Audio/SB16: Lowered I/O timer frequency from 200Hz to 25Hz.
|
|
|
@60937
|
9 years |
vboxsync |
Audio/SB16: Fixes for software mixer usage.
|
|
|
@60925
|
9 years |
vboxsync |
Audio: Update on infrastructure:
- More work on HDA stream …
|
|
|
@60653
|
9 years |
vboxsync |
Fixed assertion.
|
|
|
@59478
|
9 years |
vboxsync |
SB16: Typo.
|
|
|
@59470
|
9 years |
vboxsync |
Audio: Warn on non-available audio streams based on the host audio …
|
|
|
@59376
|
9 years |
vboxsync |
Audio: if the backend couldn't be initialized (ie pfnInit() failed), …
|
|
|
@59357
|
9 years |
vboxsync |
Audio: Reattaching fixes.
|
|
|
@59351
|
9 years |
vboxsync |
DevIchAc97.cpp + DevSB16.cpp: DECLCALLBACK for PFNPDMDEVDETACH.
|
|
|
@59348
|
9 years |
vboxsync |
Audio: Implemented dynamic fallback support to NULL audio backends for …
|
|
|
@59275
|
9 years |
vboxsync |
Audio: Don't crash if backend is unable to initialize (bugref:8180).
|
|
|
@59191
|
9 years |
vboxsync |
Audio: Included "TimerHz" in CFGMR3AreValuesValid checks.
|
|
|
@59190
|
9 years |
vboxsync |
Audio: Made timer Hertz rate configurable through CFGM for …
|
|
|
@59188
|
9 years |
vboxsync |
DevSB16.cpp: Use the time at the start of the sb16TimerIO callback …
|
|
|
@58983
|
9 years |
vboxsync |
Audio: Added support for dynamically enabling/disabling host audio …
|
|
|
@58600
|
9 years |
vboxsync |
Audio: Introduced reference counting for guest audio streams; this …
|
|
|
@56838
|
9 years |
vboxsync |
Audio: Typo fix, 41->44.1 kHz.
|
|
|
@56648
|
9 years |
vboxsync |
Audio: Remove DEV_AUDIO logging group and split it up into per device …
|
|
|
@56278
|
9 years |
vboxsync |
SB16: Corrected SBP->SB16 volume conversion.
|
|
|
@56085
|
10 years |
vboxsync |
PDM/Audio: Removed old audio architecture.
|
|
|
@55920
|
10 years |
vboxsync |
PDM/Audio: AudioMixBuffer documentation, renaming.
|
|
|
@55908
|
10 years |
vboxsync |
SB16: Keep playing after loading saved state.
|
|
|
@55907
|
10 years |
vboxsync |
SB16: Iproved mixer volume SBP<->SB16 conversion.
|
|
|
@55445
|
10 years |
vboxsync |
SB16: Implemented reset handler (finally).
|
|
|
@55412
|
10 years |
vboxsync |
SB16: There are no mute controls.
|
|
|
@55394
|
10 years |
vboxsync |
Audio: Volume handling rework (see #5964).
|
|
|
@55355
|
10 years |
vboxsync |
SB16/Audio: VBoxized.
|
|
|
@55335
|
10 years |
vboxsync |
Audio: Spelling, Hungarian fixes.
|
|
|
@55325
|
10 years |
vboxsync |
SB16: Added another undocumented DSP command. Still need E3h.
|
|
|
@55324
|
10 years |
vboxsync |
SB16: Warning fixes.
|
|
|
@55074
|
10 years |
vboxsync |
DevSB16.cpp: Crash fix.
|
|
|
@55025
|
10 years |
vboxsync |
PDM/DevSB16.cpp: Bail out reading DMA data when there's no consumer left.
|
|
|
@55021
|
10 years |
vboxsync |
PDM/DevSB16.cpp: Playback now works.
|
|
|
@55010
|
10 years |
vboxsync |
PDM/DevSB16.cpp: Crash fix, formatting.
|
|
|
@55009
|
10 years |
vboxsync |
PDM/DevSB16.cpp: Implemented LUN handling, minor cleanups + formatting.
|
|
|
@55005
|
10 years |
vboxsync |
PDM/Audio: Added volume through virtual mixer.
|
|
|
@54230
|
10 years |
vboxsync |
PDM/Audio: Update.
|
|
|
@53916
|
10 years |
vboxsync |
SB16: Clear interupt flags properly.
|
|
|
@53495
|
10 years |
vboxsync |
SB16: AUD_register_card() must be called before legacy_reset().
|
|
|
@53442
|
10 years |
vboxsync |
PDM Audio: Branch -> trunk.
|
|
|
@50686
|
11 years |
vboxsync |
src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm:
…
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@39308
|
13 years |
vboxsync |
SB16: Improved mixer volume handling.
|
|
|
@35487
|
14 years |
vboxsync |
Devices/Audio: fixed fallback to nul host audio driver. Added the …
|
|
|