Ticket #911 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

soy._datatypes.AudioDeviceList class

Reported by: ArcRiley Owned by: ArcRiley
Priority: Medium Milestone: beta3
Component: soy._datatypes Version: Trunk
Keywords: Cc:

Description

This class is used by soy.audio to return a list of available devices. cinit is passed a value for whether it should return input (capture) devices or output (normal) devices.

Change History

comment:1 Changed 5 years ago by ArcRiley

  • Status changed from new to closed
  • Resolution set to wontfix

Removed as of [901]; OpenAL's latest release for Linux isn't mature enough to count on device enumeration being available.

comment:2 Changed 5 years ago by ArcRiley

  • Status changed from closed to reopened
  • Resolution wontfix deleted

Re-opened. We depend on a suitable OpenAL 1.1 implementation, such as OpenAL-Soft, now.

comment:3 Changed 5 years ago by ArcRiley

  • Status changed from reopened to closed
  • Resolution set to fixed

Slice support has some rough edges still, needs to get ported to the Datatype class with a more generic interface and a unit test to confirm proper operation, especially with slices applied to slices.

This has been added as #917. As the code specific to audio devices is complete, and to move on with implementing audio, I'm considering this ticket complete.

Note: See TracTickets for help on using tickets.