audio: Move exp/audio -> audio (#206)

This commit is contained in:
Hajime Hoshi 2016-04-19 01:24:44 +09:00
parent 283758dddb
commit b0178e8425
12 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ import (
"time"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/exp/audio/internal/driver"
"github.com/hajimehoshi/ebiten/audio/internal/driver"
)
type players struct {

View File

@ -20,7 +20,7 @@ import (
"errors"
"fmt"
"github.com/hajimehoshi/ebiten/exp/audio"
"github.com/hajimehoshi/ebiten/audio"
)
type Stream struct {

View File

@ -19,7 +19,7 @@ import (
"fmt"
"io"
"github.com/hajimehoshi/ebiten/exp/audio"
"github.com/hajimehoshi/ebiten/audio"
)
type Stream struct {

View File

@ -22,10 +22,10 @@ import (
"time"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/audio"
"github.com/hajimehoshi/ebiten/audio/vorbis"
"github.com/hajimehoshi/ebiten/audio/wav"
"github.com/hajimehoshi/ebiten/ebitenutil"
"github.com/hajimehoshi/ebiten/exp/audio"
"github.com/hajimehoshi/ebiten/exp/audio/vorbis"
"github.com/hajimehoshi/ebiten/exp/audio/wav"
)
const (

View File

@ -21,8 +21,8 @@ import (
"math"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/audio"
"github.com/hajimehoshi/ebiten/ebitenutil"
"github.com/hajimehoshi/ebiten/exp/audio"
)
const (

View File

@ -22,9 +22,9 @@ import (
"math"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/audio"
"github.com/hajimehoshi/ebiten/ebitenutil"
"github.com/hajimehoshi/ebiten/examples/common"
"github.com/hajimehoshi/ebiten/exp/audio"
)
const (

View File

@ -21,8 +21,8 @@ import (
"math"
"github.com/hajimehoshi/ebiten"
"github.com/hajimehoshi/ebiten/audio"
"github.com/hajimehoshi/ebiten/ebitenutil"
"github.com/hajimehoshi/ebiten/exp/audio"
)
const (