Play audio wether it's in the audios buffer or not
This commit is contained in:
9
src/wxUI/dialogs/player.py
Normal file
9
src/wxUI/dialogs/player.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import wx
|
||||
import widgetUtils
|
||||
|
||||
class audioPlayerDialog(widgetUtils.BaseDialog):
|
||||
|
||||
def __init__(self):
|
||||
super(audioPlayerDialog, self).__init__(None, wx.NewId(), _(u"Audio player"))
|
||||
sizer = wx.BoxSizer(wx.VERTICAL)
|
Reference in New Issue
Block a user