Play audio wether it's in the audios buffer or not

This commit is contained in:
2016-02-16 16:32:40 -06:00
parent e6eaa8655e
commit 4336558f22
3 changed files with 17 additions and 1 deletions

View 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)