Photon Voice
v2.58
Inherits IAudioPusher< float >.
Public Member Functions | |
| MicWrapperPusher (GameObject parent, string device, int suggestedFrequency, ILogger logger) | |
| void | SetCallback (Action< float[]> callback, ObjectFactory< float[], int > bufferFactory) |
| void | Dispose () |
Public Member Functions inherited from IAudioPusher< float > | |
| void | SetCallback (Action< T[]> callback, ObjectFactory< T[], int > bufferFactory) |
| Set the callback function used for pushing data. More... | |
Properties | |
| int? | SamplingRate [get] |
| int? | Channels [get] |
| string | Error [get] |