Android Open Source - Sound audio remoteaudio






Project Summary

"Remote Audio" Android App source code.

Web Site / Source Repository

remoteaudio is hosted in the following web site
https://github.com/libetl/remoteaudio

If you think the Android project remoteaudio listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of remoteaudio.

ItemValue
Java File Count169
Minimum SDK Version3
Activity Count5
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 5 image files in remoteaudio. The names of the image files are listed as follows.

layer.png
music.png
musicbg.png
notification.png
notification_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

remoteaudio has the following Java source files.

ch.ethz.ssh2.ChannelCondition.java
ch.ethz.ssh2.Connection.java
ch.ethz.ssh2.ConnectionInfo.java
ch.ethz.ssh2.ConnectionMonitor.java
ch.ethz.ssh2.DHGexParameters.java
ch.ethz.ssh2.HTTPProxyData.java
ch.ethz.ssh2.HTTPProxyException.java
ch.ethz.ssh2.InteractiveCallback.java
ch.ethz.ssh2.KnownHosts.java
ch.ethz.ssh2.LocalPortForwarder.java
ch.ethz.ssh2.LocalStreamForwarder.java
ch.ethz.ssh2.ProxyData.java
ch.ethz.ssh2.SCPClient.java
ch.ethz.ssh2.SFTPException.java
ch.ethz.ssh2.SFTPv3Client.java
ch.ethz.ssh2.SFTPv3DirectoryEntry.java
ch.ethz.ssh2.SFTPv3FileAttributes.java
ch.ethz.ssh2.SFTPv3FileHandle.java
ch.ethz.ssh2.ServerHostKeyVerifier.java
ch.ethz.ssh2.Session.java
ch.ethz.ssh2.StreamGobbler.java
ch.ethz.ssh2.auth.AuthenticationManager.java
ch.ethz.ssh2.channel.Channel.java
ch.ethz.ssh2.channel.ChannelInputStream.java
ch.ethz.ssh2.channel.ChannelManager.java
ch.ethz.ssh2.channel.ChannelOutputStream.java
ch.ethz.ssh2.channel.LocalAcceptThread.java
ch.ethz.ssh2.channel.RemoteAcceptThread.java
ch.ethz.ssh2.channel.RemoteForwardingData.java
ch.ethz.ssh2.channel.RemoteX11AcceptThread.java
ch.ethz.ssh2.channel.StreamForwarder.java
ch.ethz.ssh2.channel.X11ServerData.java
ch.ethz.ssh2.crypto.Base64.java
ch.ethz.ssh2.crypto.CryptoWishList.java
ch.ethz.ssh2.crypto.KeyMaterial.java
ch.ethz.ssh2.crypto.PEMDecoder.java
ch.ethz.ssh2.crypto.PEMStructure.java
ch.ethz.ssh2.crypto.SimpleDERReader.java
ch.ethz.ssh2.crypto.cipher.AES.java
ch.ethz.ssh2.crypto.cipher.BlockCipher.java
ch.ethz.ssh2.crypto.cipher.BlockCipherFactory.java
ch.ethz.ssh2.crypto.cipher.BlowFish.java
ch.ethz.ssh2.crypto.cipher.CBCMode.java
ch.ethz.ssh2.crypto.cipher.CTRMode.java
ch.ethz.ssh2.crypto.cipher.CipherInputStream.java
ch.ethz.ssh2.crypto.cipher.CipherOutputStream.java
ch.ethz.ssh2.crypto.cipher.DES.java
ch.ethz.ssh2.crypto.cipher.DESede.java
ch.ethz.ssh2.crypto.cipher.NullCipher.java
ch.ethz.ssh2.crypto.dh.DhExchange.java
ch.ethz.ssh2.crypto.dh.DhGroupExchange.java
ch.ethz.ssh2.crypto.digest.Digest.java
ch.ethz.ssh2.crypto.digest.HMAC.java
ch.ethz.ssh2.crypto.digest.HashForSSH2Types.java
ch.ethz.ssh2.crypto.digest.MAC.java
ch.ethz.ssh2.crypto.digest.MD5.java
ch.ethz.ssh2.crypto.digest.SHA1.java
ch.ethz.ssh2.log.Logger.java
ch.ethz.ssh2.packets.PacketChannelOpenConfirmation.java
ch.ethz.ssh2.packets.PacketChannelOpenFailure.java
ch.ethz.ssh2.packets.PacketChannelWindowAdjust.java
ch.ethz.ssh2.packets.PacketDisconnect.java
ch.ethz.ssh2.packets.PacketGlobalCancelForwardRequest.java
ch.ethz.ssh2.packets.PacketGlobalForwardRequest.java
ch.ethz.ssh2.packets.PacketIgnore.java
ch.ethz.ssh2.packets.PacketKexDHInit.java
ch.ethz.ssh2.packets.PacketKexDHReply.java
ch.ethz.ssh2.packets.PacketKexDhGexGroup.java
ch.ethz.ssh2.packets.PacketKexDhGexInit.java
ch.ethz.ssh2.packets.PacketKexDhGexReply.java
ch.ethz.ssh2.packets.PacketKexDhGexRequest.java
ch.ethz.ssh2.packets.PacketKexDhGexRequestOld.java
ch.ethz.ssh2.packets.PacketKexInit.java
ch.ethz.ssh2.packets.PacketNewKeys.java
ch.ethz.ssh2.packets.PacketOpenDirectTCPIPChannel.java
ch.ethz.ssh2.packets.PacketOpenSessionChannel.java
ch.ethz.ssh2.packets.PacketServiceAccept.java
ch.ethz.ssh2.packets.PacketServiceRequest.java
ch.ethz.ssh2.packets.PacketSessionExecCommand.java
ch.ethz.ssh2.packets.PacketSessionPtyRequest.java
ch.ethz.ssh2.packets.PacketSessionStartShell.java
ch.ethz.ssh2.packets.PacketSessionSubsystemRequest.java
ch.ethz.ssh2.packets.PacketSessionX11Request.java
ch.ethz.ssh2.packets.PacketUserauthBanner.java
ch.ethz.ssh2.packets.PacketUserauthFailure.java
ch.ethz.ssh2.packets.PacketUserauthInfoRequest.java
ch.ethz.ssh2.packets.PacketUserauthInfoResponse.java
ch.ethz.ssh2.packets.PacketUserauthRequestInteractive.java
ch.ethz.ssh2.packets.PacketUserauthRequestNone.java
ch.ethz.ssh2.packets.PacketUserauthRequestPassword.java
ch.ethz.ssh2.packets.PacketUserauthRequestPublicKey.java
ch.ethz.ssh2.packets.Packets.java
ch.ethz.ssh2.packets.TypesReader.java
ch.ethz.ssh2.packets.TypesWriter.java
ch.ethz.ssh2.sftp.AttrTextHints.java
ch.ethz.ssh2.sftp.AttribBits.java
ch.ethz.ssh2.sftp.AttribFlags.java
ch.ethz.ssh2.sftp.AttribPermissions.java
ch.ethz.ssh2.sftp.AttribTypes.java
ch.ethz.ssh2.sftp.ErrorCodes.java
ch.ethz.ssh2.sftp.OpenFlags.java
ch.ethz.ssh2.sftp.Packet.java
ch.ethz.ssh2.signature.DSAPrivateKey.java
ch.ethz.ssh2.signature.DSAPublicKey.java
ch.ethz.ssh2.signature.DSASHA1Verify.java
ch.ethz.ssh2.signature.DSASignature.java
ch.ethz.ssh2.signature.RSAPrivateKey.java
ch.ethz.ssh2.signature.RSAPublicKey.java
ch.ethz.ssh2.signature.RSASHA1Verify.java
ch.ethz.ssh2.signature.RSASignature.java
ch.ethz.ssh2.transport.ClientServerHello.java
ch.ethz.ssh2.transport.KexManager.java
ch.ethz.ssh2.transport.KexParameters.java
ch.ethz.ssh2.transport.KexState.java
ch.ethz.ssh2.transport.MessageHandler.java
ch.ethz.ssh2.transport.NegotiateException.java
ch.ethz.ssh2.transport.NegotiatedParameters.java
ch.ethz.ssh2.transport.TransportConnection.java
ch.ethz.ssh2.transport.TransportManager.java
ch.ethz.ssh2.util.TimeoutService.java
ch.ethz.ssh2.util.Tokenizer.java
org.toilelibre.libe.remoteaudio.ConsoleTest.java
org.toilelibre.libe.remoteaudio.RemoteActivity.java
org.toilelibre.libe.remoteaudio.arrays.TransformCharShort.java
org.toilelibre.libe.remoteaudio.audio.AndroidAudioDevice.java
org.toilelibre.libe.remoteaudio.audio.format.Decoder.java
org.toilelibre.libe.remoteaudio.audio.format.MP3Decoder.java
org.toilelibre.libe.remoteaudio.audio.format.PCMDecoder.java
org.toilelibre.libe.remoteaudio.config.ConfigCommandActivity.java
org.toilelibre.libe.remoteaudio.config.ConfigSourceActivity.java
org.toilelibre.libe.remoteaudio.config.ConfigStreamingActivity.java
org.toilelibre.libe.remoteaudio.http.InitConnection.java
org.toilelibre.libe.remoteaudio.process.ProcessBusinessService.java
org.toilelibre.libe.remoteaudio.process.ProcessConfiguration.java
org.toilelibre.libe.remoteaudio.process.ProcessImpl.java
org.toilelibre.libe.remoteaudio.process.command.CatDevAudioCommand.java
org.toilelibre.libe.remoteaudio.process.command.Command.java
org.toilelibre.libe.remoteaudio.process.command.EmptyCommand.java
org.toilelibre.libe.remoteaudio.process.command.GetCommand.java
org.toilelibre.libe.remoteaudio.process.command.JavaSshCommand.java
org.toilelibre.libe.remoteaudio.process.command.LoginSshCommand.java
org.toilelibre.libe.remoteaudio.process.command.MyStreamCommand.java
org.toilelibre.libe.remoteaudio.process.command.MyWgetCommand.java
org.toilelibre.libe.remoteaudio.process.command.PadspCommand.java
org.toilelibre.libe.remoteaudio.process.command.RunUnixCommand.java
org.toilelibre.libe.remoteaudio.process.command.SoxAlsaCommand.java
org.toilelibre.libe.remoteaudio.process.command.UrlCommand.java
org.toilelibre.libe.remoteaudio.process.command.WgetCommand.java
org.toilelibre.libe.remoteaudio.process.controler.AudioBuffer.java
org.toilelibre.libe.remoteaudio.process.controler.ListenService.java
org.toilelibre.libe.remoteaudio.process.controler.ListenStreamService.java
org.toilelibre.libe.remoteaudio.process.controler.ListenUnixCommandService.java
org.toilelibre.libe.remoteaudio.process.debug.DisplaySizeOnReadBytesActionListener.java
org.toilelibre.libe.remoteaudio.process.debug.SizeOfBufferActionListener.java
org.toilelibre.libe.remoteaudio.process.debug.SysOutStreamActionListener.java
org.toilelibre.libe.remoteaudio.process.driver.DriverStreamActionListener.java
org.toilelibre.libe.remoteaudio.process.end.DefaultEndOfProcessActionListener.java
org.toilelibre.libe.remoteaudio.process.end.EmptyEndOfProcessActionListener.java
org.toilelibre.libe.remoteaudio.process.gui.GUIEndOfProcessActionListener.java
org.toilelibre.libe.remoteaudio.process.gui.GUINotificationActionListener.java
org.toilelibre.libe.remoteaudio.process.gui.GUIReadBytesActionListener.java
org.toilelibre.libe.remoteaudio.process.gui.GUIStreamBytesActionListener.java
org.toilelibre.libe.remoteaudio.process.listener.BufferActionListener.java
org.toilelibre.libe.remoteaudio.process.listener.EndOfProcessActionListener.java
org.toilelibre.libe.remoteaudio.process.listener.ProgressActionListener.java
org.toilelibre.libe.remoteaudio.process.listener.StreamActionListener.java
org.toilelibre.libe.remoteaudio.process.props.Properties.java
org.toilelibre.libe.remoteaudio.process.props.SharedExecData.java