Skip to content

Support sound input device selection  #220

Closed
@Foaly

Description

@Foaly

As you can see in https://github.com/LaurentGomila/SFML/blob/master/src/SFML/Audio/SoundRecorder.cpp#L81 SFML currently uses the default capture device for sound input.

It would be really nice to be able to chose the capture device.
It's not to hard to implement. alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER); returns a list of all available capture devices. That could be stored and then via a function the user could chose the device.

Also see this forum post: http://en.sfml-dev.org/forums/index.php?topic=7720.0

Activity

added a commit that references this issue on Oct 11, 2013

Merge pull request #470 from Foaly/MultiSoundInput

db77b76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Support sound input device selection · Issue #220 · SFML/SFML