Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Jun 4, 2022
1 parent db74981 commit e7133db
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from openexp.keyboard import keyboard
import wave

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - starts audio playback on the foreground.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand Down Expand Up @@ -52,5 +52,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from libopensesame.exceptions import osexception
import pygame

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_init(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_init/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - initializes the playback audio device.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand Down Expand Up @@ -63,5 +63,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_pause(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_pause/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - pauses the background audio playback.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand All @@ -11,5 +11,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_resume(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_resume/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - resumes the background audio playback.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand All @@ -11,5 +11,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import threading
import wave

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_start(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_start/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - starts audio playback in the background.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand Down Expand Up @@ -52,6 +52,6 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_stop(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_stop/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - stops the background audio playback.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand All @@ -11,5 +11,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_play_wait(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_play_wait/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - waits until the background audio playback has finished.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Playback"
Expand All @@ -11,5 +11,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import wave
import numpy

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - starts audio recording on the foreground.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand Down Expand Up @@ -60,5 +60,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from libopensesame.exceptions import osexception
import pygame

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record_init(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_init/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - initializes the recording audio device.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand Down Expand Up @@ -63,5 +63,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_pause/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - waits until the background audio recording has finished.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand All @@ -11,6 +11,6 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record_resume(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_resume/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - resumes the background audio recording.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand All @@ -11,6 +11,6 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import wave
import numpy

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record_start(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_start/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - starts audio recording in the background.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand Down Expand Up @@ -60,5 +60,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record_stop(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_stop/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - stops the background audio recording.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand All @@ -11,5 +11,5 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'8.2.0'
VERSION = u'8.3.0'

class audio_low_latency_record_wait(item):

Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/audio_low_latency_record_wait/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Low Latency Audio - waits until the background audio recording has finished.
version: 8.2.0
version: 8.3.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Audio Low Latency Recording"
Expand All @@ -11,6 +11,6 @@ controls:
type: text
-
label: |
<small>Audio Low Latency version 8.2.0</small>
<small>Audio Low Latency version 8.3.0</small>
type: text

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Some general metadata. By convention, a plugin is named:
# opensesame-plugin-[plugin name]
name='opensesame-plugin-audio_low_latency',
version='8.2.0',
version='8.3.0',
description='An OpenSesame Plug-in for playing and recording audio files with low latency on Linux.',
author='Bob Rosbag',
author_email='[email protected]',
Expand Down

0 comments on commit e7133db

Please sign in to comment.