\apibvw\SpeakerRecAudioTools

Class with helper methods to convert audio between different formats

Summary

Methods
Properties
Constants
WavToRaw()
OggToRaw()
AacToRaw()
Mp3ToRaw()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

WavToRaw()

WavToRaw(string $user) : string

Converts the audio for the user $username from wav to raw (PCM), returning the file path of the converted file as a string

Parameters

string $user

Returns

string

OggToRaw()

OggToRaw(string $user) : string

Converts the audio for the user $username from ogg to raw (PCM), returning the file path of the converted file as a string

Parameters

string $user

Returns

string

AacToRaw()

AacToRaw(string $user) : string

Converts the audio for the user $username from aac to raw (PCM), returning the file path of the converted file as a string

Parameters

string $user

Returns

string

Mp3ToRaw()

Mp3ToRaw(string $user) : string

Converts the audio for the user $username from mp3 to raw (PCM), returning the file path of the converted file as a string

Parameters

string $user

Returns

string