Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AAC string = "aac"
View Source
var M4A string = "m4a"
View Source
var OGG string = "ogg"
Functions ¶
func DownloadAllAudio ¶
func DownloadAllAudio(timeSlices []TimeSlice)
func DownloadAndEncode ¶
func DownloadAndEncode(slices []TimeSlice, rv RequestVars) string
func DownloadAndStream ¶
func DownloadAndStream(slices []TimeSlice, rv RequestVars, w io.Writer)
Types ¶
type AudioSegment ¶
type AudioSegment struct {
// contains filtered or unexported fields
}
type DatabaseVars ¶
type RequestVars ¶
container for the request variables
type TimeSlice ¶
type TimeSlice struct {
// contains filtered or unexported fields
}
local paths to audio files for all channels belonging to particular time slice
func GetRequestSlices ¶
func GetRequestSlices(rv RequestVars) []TimeSlice
func NewTimeSlice ¶
Click to show internal directories.
Click to hide internal directories.