Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioRecorder.java file is not working #6

Open
SriyanshJainn opened this issue Mar 29, 2024 · 0 comments
Open

AudioRecorder.java file is not working #6

SriyanshJainn opened this issue Mar 29, 2024 · 0 comments

Comments

@SriyanshJainn
Copy link

When we run the main method of AudioRecorder.java the program starts running and gets below error:

Exception in thread "Thread-0" java.lang.ClassCastException: org.monte.media.avi.AbstractAVIStream$AudioTrack cannot be cast to org.monte.media.avi.AbstractAVIStream$VideoTrack
at org.monte.media.avi.AVIOutputStream.getCompressionQuality(AVIOutputStream.java:317)
at org.monte.media.avi.AVIWriter.createCodec(AVIWriter.java:498)
at org.monte.media.avi.AVIWriter.write(AVIWriter.java:323)
at pages_web.AudioRecorder.run(AudioRecorder.java:74)
at java.lang.Thread.run(Thread.java:748)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant