Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Libvisual/LibVisualAndroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Libvisual/LibVisualAndroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: input_android-thread
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 12, 2012

  1. preliminary input_android_AudioRecord driver

    daniel committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    9d880ae View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2012

  1. preliminary input_android_AudioRecord driver

    daniel committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    3e5226c View commit details
    Browse the repository at this point in the history
  2. don't have env globally,

    minor stuff
    daniel committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    9422de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57363f8 View commit details
    Browse the repository at this point in the history
  4. replaced ALSA by Android input plugin selection

    daniel committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    233dc0e View commit details
    Browse the repository at this point in the history
  5. successful construction of AudioRecord class

    daniel committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    4a9437d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'input_android' of github-rigid:Libvisual/LibVisualAndro…

    …id into input_android
    
    Conflicts:
    	jni/libvisual/libvisual-plugins/plugins/input/android_AudioRecord/AudioRecordJNI.c
    	jni/libvisual/libvisual-plugins/plugins/input/android_AudioRecord/input_android_AudioRecord.c
    daniel committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    cc7eb91 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2012

  1. activate input_android makefile

    daniel committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    c6ad578 View commit details
    Browse the repository at this point in the history
  2. missed that at last merge :-/

    daniel committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    3aefcd1 View commit details
    Browse the repository at this point in the history
  3. just a snapshot, theoretically working state but AudioRecord.read() s…

    …till returns ERROR_BAD_VALUE
    daniel committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    d106ac0 View commit details
    Browse the repository at this point in the history
  4. read()ing now, but no data arriving?

    daniel committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    5908a7d View commit details
    Browse the repository at this point in the history
  5. switch to stereo input

    daniel committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    d73cd68 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2012

  1. threaded audio capture,

    visual_set/get_priv_ptr() to not need JNI_OnLoad() for the input-plugin,
    not working, yet :-/ (pcm short[] write buffer != read buffer?)
    daniel committed May 3, 2012
    Configuration menu
    Copy the full SHA
    458d873 View commit details
    Browse the repository at this point in the history
Loading