-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3143 from robotology/portaudio_id_fix
Fix for portaudioRecorder, portaudioPlayer device ID selection
- Loading branch information
Showing
8 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/devices/portaudioPlayer/PortAudioPlayerDeviceDriver_params.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* | | id | int | - | -1 | No | The device id, if multiple sound cards are present | if not specified, the default system device will be used | | ||
* | | audio_device_id | int | - | -1 | No | The device id, if multiple sound cards are present | if not specified, the default system device will be used | | ||
* | | driver_frame_size | size_t | samples | 512 | No | the number of samples to process on each iteration of the main thread | - | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/devices/portaudioRecorder/PortAudioRecorderDeviceDriver_params.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* | | id | int | - | -1 | No | The device id, if multiple sound cards are present | if not specified, the default system device will be used | | ||
* | | audio_device_id | int | - | -1 | No | The device id, if multiple sound cards are present | if not specified, the default system device will be used | | ||
* | | driver_frame_size | size_t | samples | 512 | No | the number of samples to process on each iteration of the main thread | - | |