Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1204 closed enhancement (fixed)

Support for refreshing audio device list (thanks to Seth Hinze for the patch)

Reported by: ming Owned by: nanang
Priority: normal Milestone: release-1.10
Component: pjmedia-audiodev Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

This feature adds support for pjmedia to refresh its audio device list, thereby allowing application to use/stop using audio devices that are plugged/unplugged when the application is running.

Application would still need to do its own implementation to detect audio devices plug/unplug event. Then it can call the function pjmedia_aud_dev_refresh().

Note that this feature is not implemented on PortAudio, legacy, and all Symbian sound backends.

Change History (7)

comment:1 Changed 13 years ago by ming

  • Description modified (diff)

comment:2 Changed 13 years ago by ming

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

(In [3438]) Fixed #1204: Support for refreshing audio device list.

comment:3 Changed 13 years ago by nanang

(In [3439]) Re #1204: Added audio device list refresh into auddemo.c

comment:4 Changed 13 years ago by bennylp

  • Resolution fixed deleted
  • Status changed from closed to reopened

New device list doesn't show up in WMME and ALSA, reopening the ticket

comment:5 Changed 13 years ago by ming

(In [3440]) Re #1204:

  • Update audio device's list after refreshing the device.
  • Fixed WMME macro.

comment:6 Changed 13 years ago by ming

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

comment:7 Changed 13 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.