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

colab error #6

Open
AbdullahMustafa040 opened this issue Sep 4, 2023 · 1 comment
Open

colab error #6

AbdullahMustafa040 opened this issue Sep 4, 2023 · 1 comment

Comments

@AbdullahMustafa040
Copy link

Colab Error

---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
[<ipython-input-14-0a7be42dee8f>](https://localhost:8080/#) in <cell line: 3>()
      1 # Press the play button on this cell for loading the new result
      2 # Then the new audio file will be available to listen in the player
----> 3 ipd.Audio("/content/RealTimeSingingSynthesizer/output.wav")

[/usr/local/lib/python3.10/dist-packages/IPython/lib/display.py](https://localhost:8080/#) in __init__(self, data, filename, url, embed, rate, autoplay, normalize, element_id)
    114         if self.data is not None and not isinstance(self.data, bytes):
    115             if rate is None:
--> 116                 raise ValueError("rate must be specified when data is a numpy array or list of audio samples.")
    117             self.data = Audio._make_wav(data, rate, normalize)
    118 

ValueError: rate must be specified when data is a numpy array or list of audio samples.

secondly there is no output file.
image

@AbdullahMustafa040
Copy link
Author

@mathigatti

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