Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Apr 16, 2024
1 parent 26db81e commit 857fa16
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [10.6.0] - 2024-04-16

- duration check during pause in recording items

## [10.5.0] - 2024-04-14

- additional fix for offset correction for the stop function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Play Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"label": " <small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"label": "<small><b>Note:</b> Audio Low Latency Record Init item at the begin of the experiment is needed for initialization of the audio device</small>"
}, {
"type": "text",
"label": "<small>Audio Low Latency version 10.5.0</small>"
"label": "<small>Audio Low Latency version 10.6.0</small>"
}
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensesame-plugin-audio_low_latency"
version = "10.5.0"
version = "10.6.0"
description = "An OpenSesame Plug-in for playing and recording audio files with low latency on Linux"
authors = ["Bob Rosbag <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 857fa16

Please sign in to comment.