Merge lp:~laszlok/jokosher/custom-audio-src into lp:jokosher

Proposed by Laszlo Pandy
Status: Merged
Merge reported by: Michael Sheldon
Merged at revision: not available
Proposed branch: lp:~laszlok/jokosher/custom-audio-src
Merge into: lp:jokosher
To merge this branch: bzr merge lp:~laszlok/jokosher/custom-audio-src
Reviewer Review Type Date Requested Status
Michael Sheldon (community) Approve
Review via email: mp+956@code.launchpad.net
To post a comment you must log in.
1076. By Laszlo Pandy

Correct wrong element name of jackaudiosrc and jackaudiosink.

1077. By Laszlo Pandy

Fix bug that would not select the proper recording sound system in the combo box that is stored in the config.

1078. By Laszlo Pandy

Add extra audio/x-raw-float to output caps. JACK only supports float audio.

1079. By Laszlo Pandy

Handle case where the selected backend has no device property, and therefore instruments cannot be recorded based on device.
This allows JACK to finally be used for recording because JACK uses its own control mechanism to select the device.

1080. By Laszlo Pandy

If the default device is not "default", show the user what the property value is in the combo box. This gives the user more information for backends such as OSS
which has a default of "/dev/dsp".

1081. By Laszlo Pandy

If the sound system does not support device selection, show a message explaining so in the device selection dialog instead of showing empty combo boxes.

1082. By Laszlo Pandy

* If instrument.input is None, assume it means default device for recording or in the instrument connections dialog.
* When changing the recording backend set all the instrument input settings to None (default) because the old track names will have no relevance with the new
backend.

1083. By Laszlo Pandy

Remove the toolbar style that Glade always adds in. This prevents Jokosher from using the GNOME default style.

1084. By Laszlo Pandy

* Clean up some multichannel record code.
* Change chansplit to deinterleave.
* Hook up multichannel record to custom audio src.

1085. By Laszlo Pandy

A small cleanup; don't use string substitution just to create a bin.

1086. By Laszlo Pandy

Fix linking issues with multichannel recording bin.

1087. By Laszlo Pandy

* Add a queue to multichannel recording pipelines. A queue is required
for all Gstreamer pipelines where multiple audio streams are send from
one element.
* Always add a capsfilter to the multichannel recording pipeline, and
always set the number of channels we expect.

1088. By Laszlo Pandy

A bit of cleanup in multichannel record; add a debug message to let us know when the recording channel has been linked.

1089. By Laszlo Pandy

Fix off by one error when loading the combo boxes in the recording inputs dialog.

1090. By Laszlo Pandy

Simplify the loop for checking if two instruments are using the same input.

1091. By Laszlo Pandy

Make the default inTrack value -1 so that we don't confuse it with the first track (0).

1092. By Laszlo Pandy

Multichannel recording works!

1093. By Laszlo Pandy

Fix mistake of gstreamer element name which prevented showing of the levels while doing multichannel recording.

1094. By Laszlo Pandy

* Calculate number of channels based on all caps, and not just the first set.
* Print out the caps and the number of channels detected to help debug multichannel problems.

1095. By Laszlo Pandy

* Fix variable name.
* Set state to paused instead of ready.

1096. By Laszlo Pandy

Limit reporting of channels available to 8, since audioconvert prevents any pipeline from working with more than that.

1097. By Laszlo Pandy

Merge from trunk (jokosher-code/jokosher/main).

Revision history for this message
Michael Sheldon (michael-sheldon) :
review: Approve

Subscribers

People subscribed via source and target branches