Giter Club home page Giter Club logo

android-spectrum-analyzer's People

android-spectrum-analyzer's Issues

[New feature] Add scroll to UI

A scroll view must be added the the main view for different displays sizes to 
be able to show all the selections available.

Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 6:46

[New Feature] Add option to allow frequency change when in DEBUG MODE

Add option to allow frequency change when in DEBUG MODE. Add an edittext like 
showed below.

    <EditText
        android:id="@+id/editText1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:inputType="numberDecimal" >

        <requestFocus />
    </EditText>

Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 10:53

Run in debug mode popup is shown several times

What steps will reproduce the problem?
1. Choose not to run App in debug mode
2. Wait until phone screen fades away
3. Recover phone screen

What is the expected output? What do you see instead?
Normally recover the screen without being prompted to run App in debug mode 
again.

What version of the product are you using? On what operating system?


Please provide any additional information below.
Sometimes the popup is shown even without waiting the screen to fade away

Original issue reported on code.google.com by [email protected] on 7 Feb 2012 at 9:49

[New Feature] Refactor panel to use OpenGL

Instead of using a single and awful canvas why not give a chance to OpenGL?
For further information please visit: 
http://developer.android.com/resources/tutorials/opengl/opengl-es20.html

Original issue reported on code.google.com by [email protected] on 24 Feb 2012 at 4:34

[Issue] ANR when 64 points is chosen

ANR happens when 64 points is chosen as the number of FFT points.

I believe it's happening because the method 
notifyListenersOnFFTSamplesAvailableForDrawing() is getting called gazillion of 
times in a second. Perhaps if we change the way the panel is updated fixes this 
problem, i.e., instead of getting called every time samples are available we 
should call notifyListenersOnFFTSamplesAvailableForDrawing() every x seconds, 
maybe 500 ms.

Original issue reported on code.google.com by [email protected] on 3 Feb 2012 at 9:58

[New Feature] Use long press to change center freq and center mark

Use long press to change center freq and center mark. It's son uncomfortable to 
change freq pressing buttons a lot of times, instead it would be nice if the 
user could press and hold a button pressed and it keeps changing freq while 
it's pressed down.

See links below in order to get further information:

1) 
http://stackoverflow.com/questions/5253371/play-sound-while-button-is-pressed-an
droid

2) 
http://stackoverflow.com/questions/2615616/triggering-event-when-button-is-press
ed-down-in-android

3) 
http://developer.android.com/reference/android/view/View.OnLongClickListener.htm
l

4) 
http://androidforums.com/application-development/17033-ontouch-onlongclick-toget
her.html

Original issue reported on code.google.com by [email protected] on 23 Feb 2012 at 11:02

Debug Dialog appears each orientation change

What steps will reproduce the problem?
1. Start the application;
2. Change orientation;

- Expected, orientation change without a confirmation dialog;

- Current behaviour: each orientation change the debug dialog is shown;

Original issue reported on code.google.com by [email protected] on 3 Feb 2012 at 1:47

Crash @ 96000Hz

What steps will reproduce the problem?
1. Run Audio Spectrum Analyzer NOT in Debug Mode
2. Set Sampling rate to 96000HZ
3.

What is the expected output? What do you see instead?
 Expected : To show frequencies at the selected sampling rate
 Instead: Phone Crashed.

What version of the product are you using? On what operating system?
SVN Update 44 on Galaxy 5 -  OS Version:

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 7 Feb 2012 at 12:12

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.